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

IsNumericBasedVectorTypedData - true if the data holds a vector of types where BaseType is numeric. More...

#include <TypeTraits.h>

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

Detailed Description

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

IsNumericBasedVectorTypedData - true if the data holds a vector of types where BaseType is numeric.


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