![]() |
Home | Libraries | People | FAQ | More |
boost::property_tree::ptree_bad_data — Error indicating that translation from given value to the property tree data_type (or vice versa) failed. Derives from ptree_error.
// In header: <boost/property_tree/exceptions.hpp> class ptree_bad_data : public { public: // public member functions template<typename T> (, ); template<typename T> () ; };
ptree_bad_data
public member functionstemplate<typename T> ( what, data);Instantiate a ptree_bad_data instance with the given message and data.
Parameters: |
|
template<typename T> () ;Retrieve the data associated with this error. This is the source value that failed to be translated. You need to explicitly specify its type.