Class template Dune::XT::Functions::internal::CombinedStorageProvider

template<class LeftType, class RightType>
class Dune::XT::Functions::internal::CombinedStorageProvider

No documentation provided.

template<>
Dune::XT::Functions::internal::CombinedStorageProvider::CombinedStorageProvider<LeftType, RightType>(LeftType &lft, RightType &rght)

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

template<>
Dune::XT::Functions::internal::CombinedStorageProvider::CombinedStorageProvider<LeftType, RightType>(ThisType&) = default

No documentation provided.

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

No documentation provided.

XT::Common::StorageProvider<LeftType> Dune::XT::Functions::internal::CombinedStorageProvider::left

No documentation provided.

XT::Common::StorageProvider<RightType> Dune::XT::Functions::internal::CombinedStorageProvider::right

No documentation provided.

type Dune::XT::Functions::internal::CombinedStorageProvider::ThisType

No documentation provided.