...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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: |
|