Simple++
Powerfull and lightning fast C++ Library
Public Types | Static Public Member Functions | List of all members
Utility::TypesInfos< T > Struct Template Reference

#include <Utility.h>

Public Types

typedef T Bigger
 
typedef T Signed
 
typedef T Unsigned
 

Static Public Member Functions

static bool isInteger ()
 
static T getMin ()
 
static T getMax ()
 
static bool isSigned ()
 
static size_t getNbBits ()
 

Member Typedef Documentation

template<typename T>
typedef T Utility::TypesInfos< T >::Bigger
template<typename T>
typedef T Utility::TypesInfos< T >::Signed
template<typename T>
typedef T Utility::TypesInfos< T >::Unsigned

Member Function Documentation

template<typename T>
static T Utility::TypesInfos< T >::getMax ( )
inlinestatic
template<typename T>
static T Utility::TypesInfos< T >::getMin ( )
inlinestatic
template<typename T>
static size_t Utility::TypesInfos< T >::getNbBits ( )
inlinestatic
template<typename T>
static bool Utility::TypesInfos< T >::isInteger ( )
inlinestatic
template<typename T>
static bool Utility::TypesInfos< T >::isSigned ( )
inlinestatic

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