dune-fem 2.8.0
Loading...
Searching...
No Matches
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 <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

◆ __isConsecutive() [1/2]

template<class IndexSet >
static std::false_type Dune::Fem::Capabilities::isConsecutiveIndexSet< IndexSet >::__isConsecutive (   ...)
static

◆ __isConsecutive() [2/2]

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

Member Data Documentation

◆ v

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: