Searched refs:MyThrowingType (Results 1 – 1 of 1) sorted by relevance
88 MyThrowingType() = default; argument89 MyThrowingType( const MyThrowingType& src ) : MyDataType(src) { in MyThrowingType() function95 MyThrowingType& operator=( const MyThrowingType& other ) { in operator =() argument101 int MyThrowingType::throw_flag = 0;111 MyThrowingType elem; in test_exceptions()115 MyThrowingType::throw_flag = 1; in test_exceptions()121 MyThrowingType::throw_flag = 1; in test_exceptions()127 MyThrowingType::throw_flag = 0; in test_exceptions()132 MyThrowingType::throw_flag = 0; in test_exceptions()138 MyThrowingType::throw_flag = 1; in test_exceptions()[all …]