OpenWalnut  1.5.0dev
Public Types | List of all members
WTypeTraits::TypePromotion< T, T > Class Template Reference

Class for checking the "better" type if two integral types are known. More...

#include <WTypeTraits.h>

Public Types

typedef T Result
 if both types are the same, the "better" type is obvious. More...
 

Detailed Description

template<typename T>
class WTypeTraits::TypePromotion< T, T >

Class for checking the "better" type if two integral types are known.

Specialization if both types are equal

Template Parameters
Tthe types

Definition at line 54 of file WTypeTraits.h.

Member Typedef Documentation

◆ Result

template<typename T >
typedef T WTypeTraits::TypePromotion< T, T >::Result

if both types are the same, the "better" type is obvious.

Definition at line 57 of file WTypeTraits.h.


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