4#ifndef _Stroika_Foundation_Containers_Concrete_Sequence_ChunkedArray_h_
5#define _Stroika_Foundation_Containers_Concrete_Sequence_ChunkedArray_h_
7#include "Stroika/Foundation/StroikaPreComp.h"
9#include "Stroika/Foundation/Containers/Sequence.h"
41 template <
typename T,
size_t CHUNK_SIZE = 4096>
56 template <
typename CONTAINER_OF_T>
58 template <
typename COPY_FROM_ITERATOR_OF_T>
68 nonvirtual
const Rep_& GetRep_ ()
const;
69 nonvirtual Rep_& GetRep_ ();
Sequence_SparseSortedMapping<T> is a sparse-Array-based concrete implementation of the Sequence<T> co...
A generalization of a vector: a container whose elements are keyed by the natural numbers.
static constexpr default_sentinel_t end() noexcept
Support for ranged for, and STL syntax in general.