C++ Utilities
4.15.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Contains literals to ease asserting with CPPUNIT_ASSERT_EQUAL. More...
Functions | |
constexpr std::size_t | operator"" _st (unsigned long long size) |
Literal for std::size_t to ease asserting std::size_t with CPPUNIT_ASSERT_EQUAL. More... | |
constexpr uint64 | operator"" _uint64 (unsigned long long size) |
Literal for uint64 to ease asserting uint64 with CPPUNIT_ASSERT_EQUAL. More... | |
constexpr int64 | operator"" _int64 (unsigned long long size) |
Literal for int64 to ease asserting int64 with CPPUNIT_ASSERT_EQUAL. More... | |
Contains literals to ease asserting with CPPUNIT_ASSERT_EQUAL.
constexpr int64 TestUtilities::Literals::operator"" _int64 | ( | unsigned long long | size | ) |
Literal for int64 to ease asserting int64 with CPPUNIT_ASSERT_EQUAL.
Definition at line 274 of file testutils.h.
constexpr std::size_t TestUtilities::Literals::operator"" _st | ( | unsigned long long | size | ) |
Literal for std::size_t to ease asserting std::size_t with CPPUNIT_ASSERT_EQUAL.
Definition at line 256 of file testutils.h.
constexpr uint64 TestUtilities::Literals::operator"" _uint64 | ( | unsigned long long | size | ) |
Literal for uint64 to ease asserting uint64 with CPPUNIT_ASSERT_EQUAL.
Definition at line 265 of file testutils.h.