|
assignment< assign, test_equality > Struct Template Reference#include <assignment.hpp>
List of all members.
Detailed Description
template<typename assign, typename test_equality>
struct assignment< assign, test_equality >
Assignment struct with options.
assign type is the assignment option test_equality is the test type option
Definition at line 218 of file assignment.hpp.
|
Static Public Member Functions |
template<typename T, typename U> T & | equality (T &t_, U const &u_) |
Member Function Documentation
template<typename assign, typename test_equality> |
template<typename T, typename U> |
T& assignment< assign, test_equality >::equality |
( |
T & |
t_, |
|
|
U const & |
u_ |
|
) |
[inline, static] |
|
|
Definition at line 220 of file assignment.hpp.
Referenced by manipulator_data_content< T >::set(), manipulator_char_content< T >::set(), manipulator_comment< T >::set(), manipulator_cdata< T >::set(), xml_declaration< VersionInfo, EncodingDecl, SDDecl >::set_encoding_decl(), qualified_name< Prefix, Local >::set_local(), qualified_name< Prefix, Local >::set_prefix(), xml_declaration< VersionInfo, EncodingDecl, SDDecl >::set_sddecl(), manipulator_data_content< T >::set_string(), manipulator_cdata< T >::set_string(), and xml_declaration< VersionInfo, EncodingDecl, SDDecl >::set_version_info(). |
The documentation for this struct was generated from the following file:
|
|