Class template Dune::XT::Common::VectorAbstraction¶
Inherits from Dune::XT::Common::internal::VectorAbstractionBase, Dune::XT::Common::internal::HasSubscriptOperatorForVectorAbstraction.
-
template<class T, class Allocator>
class Dune::XT::Common::VectorAbstraction<std::vector<T, Allocator>> : public internal::VectorAbstractionBase<std::vector<T, Allocator>, T>, public internal::HasSubscriptOperatorForVectorAbstraction<std::vector<T, Allocator>, T>¶ VectorAbstraction specialization for std::vector
Method Dune::XT::Common::VectorAbstraction::data¶
Method Dune::XT::Common::VectorAbstraction::data¶
Variable Dune::XT::Common::VectorAbstraction::is_contiguous¶
-
const bool Dune::XT::Common::VectorAbstraction::is_contiguous
No documentation provided.