boost::property_tree::info_parser::read_info
// In header: <boost/property_tree/info_parser.hpp> template<typename Ptree, typename Ch> void read_info(std::basic_istream< Ch > & stream, Ptree & pt);
Read INFO from a the given stream and translate it to a property tree.
Replaces the existing contents. Strong exception guarantee.
Throws: