|
dune-functions 2.10
|
Concept for a local function mapping Domain to Range.
More...
#include <dune/functions/common/functionconcepts.hh>

Public Member Functions | |
| template<class F > | |
| auto | require (F &&f) -> decltype(f.bind(std::declval< LocalContext >()), f.unbind(), requireConvertible< bool >(f.bound()), f.localContext(), requireConvertible< LocalContext >(f.localContext())) |
Concept for a local function mapping Domain to Range.
| Domain | Domain type |
| Range | Range type |
| LocalContext | The local context this function is defined on |
| auto Dune::Functions::Concept::LocalFunction< Range(Domain), LocalContext >::require | ( | F && | f | ) | -> decltype(f.bind(std::declval< LocalContext >()), f.unbind(), requireConvertible< bool >(f.bound()), f.localContext(), requireConvertible< LocalContext >(f.localContext())) |