dune-fem 2.8.0
Loading...
Searching...
No Matches
Dune::Fem::IsConstLocalFunction< T, std::enable_if_t<(std::is_same< T, std::decay_t< T > >{} &&std::is_same< T, Fem::ConstLocalFunction< typename T::GridFunctionType > >{})> > Struct Template Reference

#include <dune/fem/function/localfunction/const.hh>

Inheritance diagram for Dune::Fem::IsConstLocalFunction< T, std::enable_if_t<(std::is_same< T, std::decay_t< T > >{} &&std::is_same< T, Fem::ConstLocalFunction< typename T::GridFunctionType > >{})> >:
Inheritance graph

Detailed Description

template<class T>
struct Dune::Fem::IsConstLocalFunction< T, std::enable_if_t<(std::is_same< T, std::decay_t< T > >{} &&std::is_same< T, Fem::ConstLocalFunction< typename T::GridFunctionType > >{})> >

TrueType if a T can be wrapped into a Fem::ConstLocalFunction.


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