Simbody  3.5
SimTK::IsFloatingType< T > Struct Template Reference

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

List of all members.

Public Types

typedef FalseType Result
 This typedef is TrueType if the template type T is a floating point type; otherwise it is FalseType.

Static Public Attributes

static const bool result = false
 This compile-time constant bool is true if the template type T is a floating point type otherwise it is false.

Detailed Description

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

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


Member Typedef Documentation

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

This typedef is TrueType if the template type T is a floating point type; otherwise it is FalseType.


Member Data Documentation

template<class T>
const bool SimTK::IsFloatingType< T >::result = false [static]

This compile-time constant bool is true if the template type T is a floating point type otherwise it is false.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines