blaze::AlwaysTrue< T > Struct Template Reference

Type dependent compile time true.This type trait represents a type dependent compile time true. For all possible types, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. More...

#include <AlwaysTrue.h>

Inherits blaze::IntegralConstant< T, N >.

Detailed Description

template<typename T>
struct blaze::AlwaysTrue< T >

Type dependent compile time true.

This type trait represents a type dependent compile time true. For all possible types, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType.


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