Template Struct value_serializer
Struct Documentation
-
template<typename T, typename = void>
struct value_serializer A template boilerplate for conversion of basic types to or from strings.
Each specialization should provide a static to_string and a from_string method as well as a type_name method. This type_name is used in e.g. constructing WSDL files.