|
throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
| TEST_CASE ("unique_ptr to nullptr get returns nullptr", "[unique_ptr][nullptr]") | |
| TEST_CASE ("unique_ptr: operator bool", "[unique_ptr][bool]") | |
| TEST_CASE | ( | "unique_ptr to nullptr get returns nullptr" | , |
| "" | [unique_ptr][nullptr] | ||
| ) |
Definition at line 9 of file unique_ptr_access.cpp.
| TEST_CASE | ( | "unique_ptr: operator bool" | , |
| "" | [unique_ptr][bool] | ||
| ) |
Definition at line 20 of file unique_ptr_access.cpp.
1.8.13