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::unique_ptr", "[unique_ptr][comparison]") | |
TEST_CASE ("comparison operators between valid throwing::unique_ptr and " "std::unique_ptr", "[unique_ptr][comparison]") | |
TEST_CASE ("comparison operators between valid throwing::unique_ptr and " "std::unique_ptr (other way)", "[unique_ptr][comparison]") | |
TEST_CASE ("comparison operators with null throwing::unique_ptr", "[unique_ptr][comparison]") | |
TEST_CASE | ( | "comparison operators between valid throwing::unique_ptr" | , |
"" | [unique_ptr][comparison] | ||
) |
Definition at line 16 of file unique_ptr_comparison.cpp.
TEST_CASE | ( | "comparison operators between valid throwing::unique_ptr and " "std::unique_ptr" | , |
"" | [unique_ptr][comparison] | ||
) |
Definition at line 54 of file unique_ptr_comparison.cpp.
TEST_CASE | ( | "comparison operators between valid throwing::unique_ptr and " "std::unique_ptr (other way)" | , |
"" | [unique_ptr][comparison] | ||
) |
Definition at line 93 of file unique_ptr_comparison.cpp.
TEST_CASE | ( | "comparison operators with null throwing::unique_ptr" | , |
"" | [unique_ptr][comparison] | ||
) |
Definition at line 132 of file unique_ptr_comparison.cpp.