C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The TraitsTest class tests parts of the Traits namespace which can not be evaluated at compile-time. More...
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testDereferenceMaybe () |
Tests whether a smart pointer to a string can be treated like a normal string through the use of dereferenceMaybe(). | |
The TraitsTest class tests parts of the Traits namespace which can not be evaluated at compile-time.
Definition at line 116 of file traitstests.cpp.
|
inline |
Definition at line 122 of file traitstests.cpp.
|
inline |
Definition at line 125 of file traitstests.cpp.
void TraitsTest::testDereferenceMaybe | ( | ) |
Tests whether a smart pointer to a string can be treated like a normal string through the use of dereferenceMaybe().
Definition at line 137 of file traitstests.cpp.