dune-common  2.4.1-rc2
Static Public Attributes | List of all members
Dune::AlwaysTrue< T > Struct Template Reference

template which always yields a true value More...

#include <dune/common/typetraits.hh>

Static Public Attributes

static const bool value = true
 always a true value More...
 

Detailed Description

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

template which always yields a true value

Template Parameters
TSome type. It sould be a type expression involving template parameters of the class or function using AlwaysTrue.
Note
This class exists mostly for consistency with AlwaysFalse.

Member Data Documentation

template<typename T >
const bool Dune::AlwaysTrue< T >::value = true
static

always a true value


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