C++ Utilities 5.26.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 391 of file testutils.h.
|
constexpr |
Literal for std::size_t to ease asserting std::size_t with CPPUNIT_ASSERT_EQUAL.
Definition at line 373 of file testutils.h.
|
constexpr |
Literal for uint64 to ease asserting uint64 with CPPUNIT_ASSERT_EQUAL.
Definition at line 382 of file testutils.h.