![]() |
Blaze 3.9
|
Compile time size check. More...
#include <HasSize.h>
Inherits blaze::HasSize< T, 2UL >.
Compile time size check.
This type trait offers the possibility to test whether a given type has a size of exactly two bytes. If the type T has two bytes, 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.