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

Generic type trait used by the framework. More...

#include <typetraits.h>

Public Types

typedef Private::SelectArgType< Type_, std::is_scalar< Type_ >::value >::Value BestArg
 

Detailed Description

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

Generic type trait used by the framework.

Definition at line 45 of file typetraits.h.

Member Typedef Documentation

◆ BestArg

template<typename Type_ >
typedef Private::SelectArgType< Type_, std::is_scalar<Type_>::value >::Value OTest2::TypeTrait< Type_ >::BestArg

best type used for argument passing

Definition at line 49 of file typetraits.h.


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