|
C++ Utilities 5.31.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
#include "../misc/traits.h"#include "../tests/testutils.h"#include <cppunit/TestFixture.h>#include <cppunit/extensions/HelperMacros.h>#include <forward_list>#include <list>#include <map>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | TraitsTest |
| The TraitsTest class tests parts of the Traits namespace which can not be evaluated at compile-time. More... | |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (TraitsTest) | |
Variables | |
| constexpr int | i = 5 |
| constexpr CountableStruct | someStruct {} |
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TraitsTest | ) |
|
constexpr |
Definition at line 106 of file traitstests.cpp.
|
constexpr |
Definition at line 107 of file traitstests.cpp.