OTest2
A C++ testing framework
Public Types | List of all members
OTest2::AssertionParameter< Type_ > Struct Template Reference

A helper trait - get normalized type of a captured assertion parameter. More...

#include <typetraits.h>

Public Types

typedef NormalizeStringType< typename std::remove_const< typename std::remove_reference< Type_ >::type >::type >::Type Type
 

Detailed Description

template<typename Type_>
struct OTest2::AssertionParameter< Type_ >

A helper trait - get normalized type of a captured assertion parameter.

Definition at line 81 of file typetraits.h.

Member Typedef Documentation

◆ Type

template<typename Type_ >
typedef NormalizeStringType< typename std::remove_const< typename std::remove_reference<Type_>::type>::type>::Type OTest2::AssertionParameter< Type_ >::Type

Definition at line 84 of file typetraits.h.


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