Dune Core Modules (2.4.1)
function.hh
Go to the documentation of this file.
29 typedef typename ConstantVolatileTraits<typename TypeTraits< Domain >::ReferredType >::UnqualifiedType RawDomainType;
30 typedef typename ConstantVolatileTraits<typename TypeTraits< Range >::ReferredType >::UnqualifiedType RawRangeType;
79 virtual void evaluate(const typename Traits::DomainType& x, typename Traits::RangeType& y) const = 0;
RawDomainType DomainType
Raw type of output variable with removed reference and constness.
Definition: function.hh:38
void evaluate(const typename Traits::DomainType &x, typename Traits::RangeType &y) const
Function evaluation.
RawRangeType RangeType
Raw type of input variable with removed reference and constness.
Definition: function.hh:35
virtual void evaluate(const typename Traits::DomainType &x, typename Traits::RangeType &y) const =0
Function evaluation.
Determines wether a type is const or volatile and provides the unqualified types.
Definition: typetraits.hh:81
Traits for type conversions and type information.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)