![]() |
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: // construct/copy/destruct template<typename T> (, ); ~(); // public member functions template<typename T> () ; };
ptree_bad_path
public
construct/copy/destructtemplate<typename T> ( what, path);Instantiate a
ptree_bad_path
with the given message and path data.
Parameters: |
|
~();