![]() |
Blaze
3.6
|
Compile time size check.This class offers the possibility to test the size of a type at compile time. If the type T is exactly S bytes large, 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. More...
#include <HasSize.h>
Inherits blaze::IntegralConstant< T, N >.
Compile time size check.
This class offers the possibility to test the size of a type at compile time. If the type T is exactly S bytes large, 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.