Virtual base class template for function classes.
More...
#include <dune/common/function.hh>
template<class DomainType, class RangeType>
class Dune::VirtualFunction< DomainType, RangeType >
Virtual base class template for function classes.
- See also
- makeVirtualFunction for a helper to convert lambda functions to
VirtualFunction
objects.
- Template Parameters
-
DomainType | The type of the input variable is 'const DomainType &' |
RangeType | The type of the output variable is 'RangeType &' |
◆ DomainType
Raw type of output variable with removed reference and constness.
◆ RangeType
Raw type of input variable with removed reference and constness.
◆ Traits
template<class DomainType , class RangeType >
◆ ~VirtualFunction()
template<class DomainType , class RangeType >
◆ evaluate()
template<class DomainType , class RangeType >
Function evaluation.
- Parameters
-
x | Argument for function evaluation. |
y | Result of function evaluation. |
The documentation for this class was generated from the following file: