C++ Utilities  4.9.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Functions
TestUtilities::Literals Namespace Reference

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...
 

Detailed Description

Contains literals to ease asserting with CPPUNIT_ASSERT_EQUAL.

Function Documentation

◆ operator"" _st()

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.

Remarks
Just using "ul"-suffix does not compile under 32-bit architecture!

Definition at line 197 of file testutils.h.