Wire Sysio Wire Sysion 1.0.0
|
Go to the source code of this file.
Classes | |
struct | minimal_vis |
Functions | |
TEST_CASE ("Testing variant with stateless class", "[variant_stateless_tests]") | |
TEST_CASE ("Testing argument forwarding for visit", "[variant_forward_tests]") | |
template<typename V , typename T > | |
constexpr bool | variant_constexpr_assign (T &&t) |
template<typename V , typename T > | |
constexpr bool | variant_constexpr_get (T &&t) |
TEST_CASE ("Testing constexpr variant", "[variant_constexpr_tests]") | |
void | check_requirements () |
void check_requirements | ( | ) |
Definition at line 231 of file variant_tests.cpp.
TEST_CASE | ( | "Testing argument forwarding for visit" | , |
"" | [variant_forward_tests] ) |
Definition at line 47 of file variant_tests.cpp.
TEST_CASE | ( | "Testing constexpr variant" | , |
"" | [variant_constexpr_tests] ) |
Definition at line 170 of file variant_tests.cpp.
TEST_CASE | ( | "Testing variant with stateless class" | , |
"" | [variant_stateless_tests] ) |
Definition at line 8 of file variant_tests.cpp.
Definition at line 132 of file variant_tests.cpp.
Definition at line 154 of file variant_tests.cpp.