![]() |
Home | Libraries | People | FAQ | More |
boost::property_tree::info_parser::read_info
// In header: <boost/property_tree/info_parser.hpp> template<typename Ptree> ( filename, pt, default_ptree, loc = );
Read INFO from a the given file and translate it to a property tree. The tree's key type must be a string type, i.e. it must have a nested value_type typedef that is a valid parameter for basic_ifstream.
![]() |
Note |
---|---|
Replaces the existing contents. Strong exception guarantee. |
Parameters: |
|