libcopp 2.3.1
|
#include <type_traits>
#include "frame/test_macros.h"
#include "libcopp/utils/memory/rc_ptr.h"
#include "libcopp/utils/nostd/nullability.h"
#include "libcopp/utils/nostd/type_traits.h"
Go to the source code of this file.
Data Structures | |
struct | test::test_nostd_type_traits_a |
struct | test::test_nostd_type_traits_b |
Namespaces | |
namespace | test |
Functions | |
CASE_TEST (nostd_nullability, nullable) | |
CASE_TEST (nostd_nullability, nonnull) | |
CASE_TEST (nostd_type_traits, detected_or) | |
CASE_TEST | ( | nostd_nullability | , |
nonnull | |||
) |
Definition at line 53 of file nostd_test.cpp.
References CASE_EXPECT_TRUE.
CASE_TEST | ( | nostd_nullability | , |
nullable | |||
) |
Definition at line 11 of file nostd_test.cpp.
References CASE_EXPECT_FALSE, and CASE_EXPECT_TRUE.
CASE_TEST | ( | nostd_type_traits | , |
detected_or | |||
) |
Definition at line 99 of file nostd_test.cpp.