![]() |
Blaze 3.9
|
Compile time check for data types. More...
#include <IsPaddingEnabled.h>
Inherits blaze::IntegralConstant< T, N >.
Compile time check for data types.
This type trait queries the nested paddingEnabled member of the given data type T, which indicates whether the type provides support for padding (i.e. can properly deal with zeros). If the type is supporting padding, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType. Examples: