Home
last modified time | relevance | path

Searched refs:my_description (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dexception_handling.h101 const char* my_description; variable
103 test_exception ( const char* description ) : my_description(description) {} in test_exception()
105 const char* what() const throw() override { return my_description; } in what()