|
throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
| TEST_CASE ("move assignment from std::unique_ptr to array of convertible " "type to std::unique_ptr", "[unique_ptr][assignment][array][conv.qual]") | |
| TEST_CASE ("move assignment from throwing::unique_ptr to array of convertible " "type to throwing::unique_ptr", "[unique_ptr][assignment][array][conv.qual]") | |
| TEST_CASE ("move assignment from std::unique_ptr to array of convertible " "type to throwing::unique_ptr", "[unique_ptr][assignment][array][conv.qual]") | |
| TEST_CASE | ( | "move assignment from std::unique_ptr to array of convertible " "type to std::unique_ptr" | , |
| "" | [unique_ptr][assignment][array][conv.qual] | ||
| ) |
Definition at line 27 of file unique_ptr_to_array_assignment_from_convertible.cpp.
| TEST_CASE | ( | "move assignment from throwing::unique_ptr to array of convertible " "type to throwing::unique_ptr" | , |
| "" | [unique_ptr][assignment][array][conv.qual] | ||
| ) |
Definition at line 39 of file unique_ptr_to_array_assignment_from_convertible.cpp.
| TEST_CASE | ( | "move assignment from std::unique_ptr to array of convertible " "type to throwing::unique_ptr" | , |
| "" | [unique_ptr][assignment][array][conv.qual] | ||
| ) |
Definition at line 51 of file unique_ptr_to_array_assignment_from_convertible.cpp.
1.8.13