NDDEM
|
Support for types found in <string> More...
Go to the source code of this file.
Namespaces | |
cereal | |
in certain simple scenarios. They should probably not be used if maximizing performance is the main objective. | |
Functions | |
template<class Archive , class CharT , class Traits , class Alloc > | |
std::enable_if< traits::is_output_serializable< BinaryData< CharT >, Archive >::value, void >::type | cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::basic_string< CharT, Traits, Alloc > const &str) |
Serialization for basic_string types, if binary data is supported. More... | |
template<class Archive , class CharT , class Traits , class Alloc > | |
std::enable_if< traits::is_input_serializable< BinaryData< CharT >, Archive >::value, void >::type | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::basic_string< CharT, Traits, Alloc > &str) |
Serialization for basic_string types, if binary data is supported. More... | |
Support for types found in <string>