OpenWalnut  1.4.0
Public Types
WTypeTraits::TypePromotion< T, T > Class Template Reference

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

#include <WTypeTraits.h>

List of all members.

Public Types

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

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

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: