Class template Dune::XT::Functions::CombinedElementFunction

Inherits from Dune::XT::Functions::internal::CombinedStorageProvider, Dune::XT::Functions::CombinedConstElementFunction.

template<class LeftType, class RightType, class combination>
class Dune::XT::Functions::CombinedElementFunction : private internal::CombinedStorageProvider<LeftType, RightType>, public CombinedConstElementFunction<LeftType, RightType, combination>

Element function combining two given element functions by the operation combination, taking ownership of the operands and binding them along with itself.

void Dune::XT::Functions::CombinedElementFunction::post_bind(const ElementType &element) final

No documentation provided.

template<>
Dune::XT::Functions::CombinedElementFunction::CombinedElementFunction<LeftType, RightType, combination>(LeftType &lft, RightType &rght)

No documentation provided.

template<>
Dune::XT::Functions::CombinedElementFunction::CombinedElementFunction<LeftType, RightType, combination>(LeftType &lft, RightType &&rght)

No documentation provided.

template<>
Dune::XT::Functions::CombinedElementFunction::CombinedElementFunction<LeftType, RightType, combination>(std::shared_ptr<LeftType> lft, std::shared_ptr<RightType> rght)

No documentation provided.

template<>
Dune::XT::Functions::CombinedElementFunction::CombinedElementFunction<LeftType, RightType, combination>(int &&lft, int &&rght)

No documentation provided.

template<>
Dune::XT::Functions::CombinedElementFunction::CombinedElementFunction<LeftType, RightType, combination>(const ThisType&) = default

No documentation provided.

template<>
Dune::XT::Functions::CombinedElementFunction::CombinedElementFunction<LeftType, RightType, combination>(ThisType&&) noexcept = default

No documentation provided.

type Dune::XT::Functions::CombinedElementFunction::ThisType

No documentation provided.

type Dune::XT::Functions::CombinedElementFunction::Storage

No documentation provided.

type Dune::XT::Functions::CombinedElementFunction::BaseType

No documentation provided.