Home | Libraries | People | FAQ | More |
boost::property_tree::serialize
// In header: <boost/property_tree/ptree_serialization.hpp> template<typename Archive, typename K, typename D, typename C> void serialize(Archive & ar, basic_ptree< K, D, C > & t, const unsigned int file_version);
Load or store the property tree using the given archive.
Parameters: |
|