Simbody  3.7
SimTK::IsIntegralType< T > Struct Template Reference

Compile-time type test: is this one of the built-in integral types?. More...

Public Types

typedef FalseType Result
 This typedef is TrueType if the template type T is an integral type; otherwise it is FalseType. More...
 

Static Public Attributes

static const bool result = false
 This compile-time constant bool is true if the template type T is an integral type otherwise it is false. More...
 

Detailed Description

template<class T>
struct SimTK::IsIntegralType< T >

Compile-time type test: is this one of the built-in integral types?.

Member Typedef Documentation

◆ Result

template<class T>
typedef FalseType SimTK::IsIntegralType< T >::Result

This typedef is TrueType if the template type T is an integral type; otherwise it is FalseType.

Member Data Documentation

◆ result

template<class T>
const bool SimTK::IsIntegralType< T >::result = false
static

This compile-time constant bool is true if the template type T is an integral type otherwise it is false.


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