Blaze 3.9
blaze::All< TypeTrait, T1, T2, Ts > Struct Template Reference

Compile time type check. More...

#include <All.h>

Inherits blaze::IntegralConstant< T, N >.

Detailed Description

template<template< typename > class TypeTrait, typename T1, typename T2, typename... Ts>
struct blaze::All< TypeTrait, T1, T2, Ts >

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

And_t< TypeTrait<Ts>... >::value

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:

Compile time type check.
Definition: All.h:85

The documentation for this struct was generated from the following file: