#include <exception_safety_testing.h>
Public Member Functions | |
operator bool () const | |
ThrowingBool (bool b) noexcept | |
Private Attributes | |
bool | b_ |
Definition at line 210 of file exception_safety_testing.h.
testing::ThrowingBool::ThrowingBool | ( | bool | b | ) | [inline] |
Definition at line 212 of file exception_safety_testing.h.
testing::ThrowingBool::operator bool | ( | ) | const [inline] |
Definition at line 213 of file exception_safety_testing.h.
bool testing::ThrowingBool::b_ [private] |
Definition at line 219 of file exception_safety_testing.h.