Class template Dune::XT::LA::ProvidesConstContainer

Inherits from Dune::XT::Common::CRTPInterface.

template<class Traits>
class Dune::XT::LA::ProvidesConstContainer<Traits> : public Common::CRTPInterface<ProvidesConstContainer<Traits>, Traits>

Interface for containers that provide const shared-pointer access to their underlying container.

Method Dune::XT::LA::ProvidesConstContainer::container

template<class Traits>
inline std::shared_ptr<const ContainerType> Dune::XT::LA::ProvidesConstContainer<Traits>::container() const

No documentation provided.

Type alias Dune::XT::LA::ProvidesConstContainer::ContainerType

type Dune::XT::LA::ProvidesConstContainer::ContainerType

No documentation provided.