Home
last modified time | relevance | path

Searched defs:dynamic_get_failure (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/property_map/
Ddynamic_property_map.hpp92 struct dynamic_get_failure : public dynamic_property_exception { struct
93 std::string property;
94 mutable std::string statement;
95 dynamic_get_failure(const std::string& property) : property(property) {} in dynamic_get_failure() function
96 virtual ~dynamic_get_failure() throw() {} in ~dynamic_get_failure()
98 const char* what() const throw() { in what()