throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
TEST_CASE ("move assignment from throwing::unique_ptr", "[unique_ptr][assignment]") | |
TEST_CASE ("move assignment from throwing::unique_ptr to derived class", "[unique_ptr][assignment]") | |
TEST_CASE ("move assignment from std::unique_ptr to derived class", "[unique_ptr][assignment]") | |
TEST_CASE ("assignment from nullptr", "[unique_ptr][assignment][nullptr]") | |
TEST_CASE | ( | "move assignment from throwing::unique_ptr" | , |
"" | [unique_ptr][assignment] | ||
) |
Definition at line 34 of file unique_ptr_assignment.cpp.
TEST_CASE | ( | "move assignment from throwing::unique_ptr to derived class" | , |
"" | [unique_ptr][assignment] | ||
) |
Definition at line 44 of file unique_ptr_assignment.cpp.
TEST_CASE | ( | "move assignment from std::unique_ptr to derived class" | , |
"" | [unique_ptr][assignment] | ||
) |
Definition at line 54 of file unique_ptr_assignment.cpp.
TEST_CASE | ( | "assignment from nullptr" | , |
"" | [unique_ptr][assignment][nullptr] | ||
) |
Definition at line 64 of file unique_ptr_assignment.cpp.