#include <s11nlite.hpp>
Public Types | |
typedef save_nullary_base_f < SerT, const std::string > | parent_t |
Public Member Functions | |
save_serializable_string_nullary_f (SerT const &src, std::string const &dest) | |
See the notes in the base type API for requirements of src and dest. |
Definition at line 643 of file s11nlite.hpp.
typedef save_nullary_base_f< SerT, const std::string > s11nlite::save_serializable_string_nullary_f< SerT >::parent_t |
Definition at line 645 of file s11nlite.hpp.
s11nlite::save_serializable_string_nullary_f< SerT >::save_serializable_string_nullary_f | ( | SerT const & | src, | |
std::string const & | dest | |||
) | [inline] |
See the notes in the base type API for requirements of src and dest.
Definition at line 650 of file s11nlite.hpp.