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