| throwing_ptr
    Smart pointers that throw on dereference if null | 
Go to the source code of this file.
| Functions | |
| TEST_CASE ("assignment from throwing::shared_ptr", "[shared_ptr][assignment]") | |
| TEST_CASE ("assignment from std::shared_ptr", "[shared_ptr][assignment]") | |
| TEST_CASE ("assignment from throwing::shared_ptr to derived class", "[shared_ptr][assignment]") | |
| TEST_CASE ("assignment from std::shared_ptr to derived class", "[shared_ptr][assignment]") | |
| TEST_CASE ("move assignment from throwing::shared_ptr to derived class", "[shared_ptr][assignment]") | |
| TEST_CASE ("move assignment from std::shared_ptr to derived class", "[shared_ptr][assignment]") | |
| TEST_CASE | ( | "assignment from throwing::shared_ptr" | , | 
| "" | [shared_ptr][assignment] | ||
| ) | 
Definition at line 26 of file shared_ptr_assignment.cpp.
| TEST_CASE | ( | "assignment from std::shared_ptr" | , | 
| "" | [shared_ptr][assignment] | ||
| ) | 
Definition at line 37 of file shared_ptr_assignment.cpp.
| TEST_CASE | ( | "assignment from throwing::shared_ptr to derived class" | , | 
| "" | [shared_ptr][assignment] | ||
| ) | 
Definition at line 48 of file shared_ptr_assignment.cpp.
| TEST_CASE | ( | "assignment from std::shared_ptr to derived class" | , | 
| "" | [shared_ptr][assignment] | ||
| ) | 
Definition at line 56 of file shared_ptr_assignment.cpp.
| TEST_CASE | ( | "move assignment from throwing::shared_ptr to derived class" | , | 
| "" | [shared_ptr][assignment] | ||
| ) | 
Definition at line 64 of file shared_ptr_assignment.cpp.
| TEST_CASE | ( | "move assignment from std::shared_ptr to derived class" | , | 
| "" | [shared_ptr][assignment] | ||
| ) | 
Definition at line 74 of file shared_ptr_assignment.cpp.
 1.8.13
 1.8.13