|
assignment_private_helper::char_type_choice< T > Struct Template Reference#include <assignment.hpp>
List of all members.
Detailed Description
template<typename T>
struct assignment_private_helper::char_type_choice< T >
test the character type for the serialisation
Definition at line 96 of file assignment.hpp.
|
Public Types |
typedef ::boost::mpl::if_c<
::boost::is_convertible<
T,::std::string const
& >::value,::std::string,
::std::wstring >::type | type |
Member Typedef Documentation
The documentation for this struct was generated from the following file:
|
|