![]() |
Blaze 3.9
|
Compile time type check. More...
#include <All.h>
Inherits blaze::IntegralConstant< T, N >.
Compile time type check.
This type trait determines whether the given type trait TypeTrait evaluates to true for all given types Ts. If the expression
evaluates to true, 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: