35 #ifndef _BLAZE_MATH_TYPETRAITS_ISRESIZABLE_H_
36 #define _BLAZE_MATH_TYPETRAITS_ISRESIZABLE_H_
74 template<
typename T >
Header file for the FalseType type/value trait base class.
Compile time check for resizable data types.This type trait tests whether the given data type is a re...
Definition: IsResizable.h:75
boost::false_type FalseType
Type/value traits base class.The FalseType class is used as base class for type traits and value trai...
Definition: FalseType.h:61
Header file for the TrueType type/value trait base class.