Cortex  10.0.0-a4
IECore::TypeTraits::IsNumericBasedSimpleTypedData< T > Struct Template Reference

IsNumericBasedSimpleTypedData - true if the data is simple and BaseType is numeric. More...

#include <TypeTraits.h>

Inherits and_< IsSimpleTypedData< T >, boost::is_arithmetic< T::BaseType >, boost::mpl::not_< boost::is_same< T::BaseType, bool > > >.

Detailed Description

template<typename T>
struct IECore::TypeTraits::IsNumericBasedSimpleTypedData< T >

IsNumericBasedSimpleTypedData - true if the data is simple and BaseType is numeric.


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