#include <dune/fem/function/localfunction/const.hh>
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: