Lines Matching defs:const
49 not_found_error(const std::string& message, const T& value) throw();
53 const T& get_value(void) const throw();
58 not_found_error< T >::not_found_error(const std::string& message,
59 const T& value)
75 const T&
77 const
88 system_error(const std::string&, const std::string&, int);
91 int code(void) const throw();
92 const char* what(void) const throw();