dune-common 2.1.1
Static Public Attributes
Dune::AlwaysTrue< T > Struct Template Reference

template which always yields a true value More...

#include <dune/common/static_assert.hh>

List of all members.

Static Public Attributes

static const bool value = true
 always a true value

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: