4#ifndef _Stroika_Foundation_Containers_Concrete_Sequence_SparseSortedMapping_h_
5#define _Stroika_Foundation_Containers_Concrete_Sequence_SparseSortedMapping_h_
7#include "Stroika/Foundation/StroikaPreComp.h"
9#include "Stroika/Foundation/Containers/Sequence.h"
50 template <
typename CONTAINER_OF_T>
52 template <
typename COPY_FROM_ITERATOR_OF_T>
62 nonvirtual
const Rep_& GetRep_ ()
const;
63 nonvirtual Rep_& GetRep_ ();
Sequence_SparseSortedMapping<T> is a sparse-Array-based concrete implementation of the Sequence<T> co...
Sequence_SparseSortedMapping(T sparseValue)
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.