MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::IntegerTypeTraits< T > Struct Template Reference

#include <gradient.h>

Collaboration diagram for grad::IntegerTypeTraits< T >:

Static Public Attributes

static const T iMaxValue
 

Detailed Description

template<typename T>
struct grad::IntegerTypeTraits< T >

Definition at line 132 of file gradient.h.

Member Data Documentation

template<typename T >
const T grad::IntegerTypeTraits< T >::iMaxValue
static
Initial value:
= (T(-1) < 0)
? ~T(0) & ~(T(1) << (sizeof(T) * CHAR_BIT - 1))
: ~T(0)

Definition at line 136 of file gradient.h.


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