|
C++ Utilities 5.31.1
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. | |
| constexpr std::uint64_t | operator""_uint64 (unsigned long long size) |
| Literal for uint64 to ease asserting uint64 with CPPUNIT_ASSERT_EQUAL. | |
| constexpr std::int64_t | operator""_int64 (unsigned long long size) |
| Literal for int64 to ease asserting int64 with CPPUNIT_ASSERT_EQUAL. | |
Contains literals to ease asserting with CPPUNIT_ASSERT_EQUAL.
|
constexpr |
Literal for int64 to ease asserting int64 with CPPUNIT_ASSERT_EQUAL.
Definition at line 389 of file testutils.h.
|
constexpr |
Literal for std::size_t to ease asserting std::size_t with CPPUNIT_ASSERT_EQUAL.
Definition at line 371 of file testutils.h.
|
constexpr |
Literal for uint64 to ease asserting uint64 with CPPUNIT_ASSERT_EQUAL.
Definition at line 380 of file testutils.h.