![]() |
Home | Libraries | People | FAQ | More |
boost::property_tree::ptree_bad_path — Error indicating that specified path does not exist. Derives from ptree_error.
// In header: <boost/property_tree/exceptions.hpp> class ptree_bad_path : public { public: // public member functions template<typename T> (, ); template<typename T> () ; };
ptree_bad_path
public member functionstemplate<typename T> ( what, path);Instantiate a ptree_bad_path with the given message and path data.
Parameters: |
|
template<typename T> () ;Retrieve the invalid path. You need to explicitly specify the type of path.