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:
T Some 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:

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].