|
throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
| TEST_CASE ("unique_ptr operator<< prints stored ptr", "[unique_ptr][streams]") | |
| TEST_CASE ("unique_ptr to array operator<< prints stored ptr", "[unique_ptr][array][streams]") | |
| TEST_CASE ("unique_ptr operator<< prints nullptr", "[unique_ptr][streams][nullptr]") | |
| TEST_CASE | ( | "unique_ptr operator<< prints stored ptr" | , |
| "" | [unique_ptr][streams] | ||
| ) |
Definition at line 10 of file unique_ptr_ostream.cpp.
| TEST_CASE | ( | "unique_ptr to array operator<< prints stored ptr" | , |
| "" | [unique_ptr][array][streams] | ||
| ) |
Definition at line 19 of file unique_ptr_ostream.cpp.
| TEST_CASE | ( | "unique_ptr operator<< prints nullptr" | , |
| "" | [unique_ptr][streams][nullptr] | ||
| ) |
Definition at line 29 of file unique_ptr_ostream.cpp.
1.8.13