throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
TEST_CASE ("make_unique struct with arguments", "[unique_ptr][make_unique]") | |
TEST_CASE ("make_unique struct with no arguments", "[unique_ptr][make_unique]") | |
TEST_CASE ("make_unique base type with argument", "[unique_ptr][make_unique]") | |
TEST_CASE ("make_unique base type no arguments", "[unique_ptr][make_unique]") | |
TEST_CASE ("make_unique array of struct", "[unique_ptr][make_unique][array]") | |
TEST_CASE ("make_unique array of base type", "[unique_ptr][make_unique][array]") | |
TEST_CASE | ( | "make_unique struct with arguments" | , |
"" | [unique_ptr][make_unique] | ||
) |
Definition at line 18 of file unique_ptr_make_unique.cpp.
TEST_CASE | ( | "make_unique struct with no arguments" | , |
"" | [unique_ptr][make_unique] | ||
) |
Definition at line 24 of file unique_ptr_make_unique.cpp.
TEST_CASE | ( | "make_unique base type with argument" | , |
"" | [unique_ptr][make_unique] | ||
) |
Definition at line 30 of file unique_ptr_make_unique.cpp.
TEST_CASE | ( | "make_unique base type no arguments" | , |
"" | [unique_ptr][make_unique] | ||
) |
Definition at line 35 of file unique_ptr_make_unique.cpp.
TEST_CASE | ( | "make_unique array of struct" | , |
"" | [unique_ptr][make_unique][array] | ||
) |
Definition at line 40 of file unique_ptr_make_unique.cpp.
TEST_CASE | ( | "make_unique array of base type" | , |
"" | [unique_ptr][make_unique][array] | ||
) |
Definition at line 48 of file unique_ptr_make_unique.cpp.