throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
TEST_CASE ("comparison operators between valid throwing::shared_ptr", "[shared_ptr][comparison]") | |
TEST_CASE ("comparison operators between valid throwing::shared_ptr and " "std::shared_ptr", "[shared_ptr][comparison]") | |
TEST_CASE ("comparison operators between valid throwing::shared_ptr and " "std::shared_ptr (other side)", "[shared_ptr][comparison]") | |
TEST_CASE ("comparison operators with null throwing::shared_ptr", "[shared_ptr][comparison]") | |
TEST_CASE | ( | "comparison operators between valid throwing::shared_ptr" | , |
"" | [shared_ptr][comparison] | ||
) |
Definition at line 10 of file shared_ptr_comparison.cpp.
TEST_CASE | ( | "comparison operators between valid throwing::shared_ptr and " "std::shared_ptr" | , |
"" | [shared_ptr][comparison] | ||
) |
Definition at line 49 of file shared_ptr_comparison.cpp.
TEST_CASE | ( | "comparison operators between valid throwing::shared_ptr and " "std::shared_ptr (other side)" | , |
"" | [shared_ptr][comparison] | ||
) |
Definition at line 89 of file shared_ptr_comparison.cpp.
TEST_CASE | ( | "comparison operators with null throwing::shared_ptr" | , |
"" | [shared_ptr][comparison] | ||
) |
Definition at line 129 of file shared_ptr_comparison.cpp.