dune-functions 2.9.0
Public Member Functions | List of all members
Dune::Functions::Concept::Function< Range(Domain)> Struct Template Reference

Concept for a function mapping Domain to Range. More...

#include <dune/functions/common/functionconcepts.hh>

Inheritance diagram for Dune::Functions::Concept::Function< Range(Domain)>:
Inheritance graph

Public Member Functions

template<class F >
auto require (F &&f) -> decltype(requireConvertible< Range >(f(std::declval< Domain >())))
 

Detailed Description

template<class Range, class Domain>
struct Dune::Functions::Concept::Function< Range(Domain)>

Concept for a function mapping Domain to Range.

Template Parameters
DomainDomain type
RangeRange type

Member Function Documentation

◆ require()

template<class Range , class Domain >
template<class F >
auto Dune::Functions::Concept::Function< Range(Domain)>::require ( F &&  f) -> decltype(requireConvertible< Range >(f(std::declval< Domain >())))

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