Lines Matching defs:const
45 not_found_error(const std::string& message, const T& value) throw();
49 const T& get_value(void) const throw();
54 not_found_error< T >::not_found_error(const std::string& message,
55 const T& value)
71 const T&
73 const
84 system_error(const std::string&, const std::string&, int);
87 int code(void) const throw();
88 const char* what(void) const throw();