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 to array", "[unique_ptr][assignment][array]") | |
TEST_CASE ("move assignment from std::unique_ptr to array", "[unique_ptr][assignment][array]") | |
TEST_CASE ("assignment from nullptr to array", "[unique_ptr][assignment][nullptr][array]") | |
TEST_CASE | ( | "move assignment from throwing::unique_ptr to array" | , |
"" | [unique_ptr][assignment][array] | ||
) |
Definition at line 27 of file unique_ptr_to_array_assignment.cpp.
TEST_CASE | ( | "move assignment from std::unique_ptr to array" | , |
"" | [unique_ptr][assignment][array] | ||
) |
Definition at line 37 of file unique_ptr_to_array_assignment.cpp.
TEST_CASE | ( | "assignment from nullptr to array" | , |
"" | [unique_ptr][assignment][nullptr][array] | ||
) |
Definition at line 47 of file unique_ptr_to_array_assignment.cpp.