C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Public Member Functions | List of all members
TraitsTest Class Reference

The TraitsTest class tests parts of the Traits namespace which can not be evaluated at compile-time. More...

Inheritance diagram for TraitsTest:
[legend]
Collaboration diagram for TraitsTest:
[legend]

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

Detailed Description

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.

Member Function Documentation

◆ setUp()

void TraitsTest::setUp ( )
inline

Definition at line 117 of file traitstests.cpp.

◆ tearDown()

void TraitsTest::tearDown ( )
inline

Definition at line 120 of file traitstests.cpp.

◆ testDereferenceMaybe()

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.


The documentation for this class was generated from the following file: