dune-fem  2.4.1-rc
Static Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::Capabilities::isConsecutiveIndexSet< IndexSet > Struct Template Reference

specialize with true if index set implements the interface for consecutive index sets More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/gridpart/common/indexset.hh>

Inheritance diagram for Dune::Fem::Capabilities::isConsecutiveIndexSet< IndexSet >:
Inheritance graph

Static Public Member Functions

template<class Traits >
static std::true_type __isConsecutive (const ConsecutiveIndexSet< Traits > &)
 
static std::false_type __isConsecutive (...)
 

Static Public Attributes

static const bool v = decltype( __isConsecutive( std::declval< IndexSet >() ) )::value
 

Detailed Description

template<class IndexSet>
struct Dune::Fem::Capabilities::isConsecutiveIndexSet< IndexSet >

specialize with true if index set implements the interface for consecutive index sets

Note
default value is true if index set is derived from ConsecutiveIndexSet

Member Function Documentation

template<class IndexSet>
template<class Traits >
static std::true_type Dune::Fem::Capabilities::isConsecutiveIndexSet< IndexSet >::__isConsecutive ( const ConsecutiveIndexSet< Traits > &  )
static
template<class IndexSet>
static std::false_type Dune::Fem::Capabilities::isConsecutiveIndexSet< IndexSet >::__isConsecutive (   ...)
static

Member Data Documentation

template<class IndexSet>
const bool Dune::Fem::Capabilities::isConsecutiveIndexSet< IndexSet >::v = decltype( __isConsecutive( std::declval< IndexSet >() ) )::value
static

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