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

Public Member Functions | |
| template<class F > | |
| auto | require (F &&f) -> decltype(requireConvertible< Range >(f(std::declval< Domain >()))) |
Concept for a function mapping Domain to Range.
| Domain | Domain type |
| Range | Range type |
| auto Dune::Functions::Concept::Function< Range(Domain)>::require | ( | F && | f | ) | -> decltype(requireConvertible< Range >(f(std::declval< Domain >()))) |