Function template read_info
boost::property_tree::info_parser::read_info
Synopsis
template<typename Ptree, typename Ch>
( stream, pt);
Description
Read INFO from a the given stream and translate it to a property tree.
![[Note]](../../../../../doc/src/images/note.png) |
Note |
Replaces the existing contents. Strong exception guarantee. |
Throws: |
info_parser_error If the stream cannot be read, doesn't contain valid INFO, or a conversion fails. |