Searched defs:throwing_value_copy_exception (Results 1 – 1 of 1) sorted by relevance
16 struct throwing_value_copy_exception : public std::exception struct18 const char * what() const throw() { return "value copy failed."; } in what()