C++ Utilities
4.17.0
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(). More... | |
The TraitsTest class tests parts of the Traits namespace which can not be evaluated at compile-time.
Definition at line 111 of file traitstests.cpp.
|
inline |
Definition at line 117 of file traitstests.cpp.
|
inline |
Definition at line 120 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 132 of file traitstests.cpp.