Simbody
3.5
|
Compile-time type test: is this the void type?. More...
Public Types | |
typedef FalseType | Result |
This typedef is TrueType if the template type T is "void"; 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 "void" otherwise it is false. |
Compile-time type test: is this the void type?.
typedef FalseType SimTK::IsVoidType< T >::Result |
const bool SimTK::IsVoidType< T >::result = false [static] |
This compile-time constant bool is true if the template type T is "void" otherwise it is false.