dune-fem 2.12-git
Loading...
Searching...
No Matches
Dune::Fem::Capabilities::isDuneFemIndexSet< IndexSet > Struct Template Reference

specialize with true if index set implements the dune-fem interface for index sets More...

#include <dune/fem/gridpart/common/indexset.hh>

Static Public Member Functions

template<class Traits >
static std::true_type __isDuneFemIndexSet (const Dune::Fem::IndexSet< Traits > &)
 
static std::false_type __isDuneFemIndexSet (...)
 

Static Public Attributes

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

Detailed Description

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

specialize with true if index set implements the dune-fem interface for index sets

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

Member Function Documentation

◆ __isDuneFemIndexSet() [1/2]

template<class IndexSet >
static std::false_type Dune::Fem::Capabilities::isDuneFemIndexSet< IndexSet >::__isDuneFemIndexSet (   ...)
static

◆ __isDuneFemIndexSet() [2/2]

template<class IndexSet >
template<class Traits >
static std::true_type Dune::Fem::Capabilities::isDuneFemIndexSet< IndexSet >::__isDuneFemIndexSet ( const Dune::Fem::IndexSet< Traits > &  )
static

Member Data Documentation

◆ v

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

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