#include "Stroika/Foundation/StroikaPreComp.h"#include "Stroika/Foundation/Containers/Sequence.h"Go to the source code of this file.
Classes | |
| class | Stroika::Foundation::Containers::Concrete::Sequence_SparseSortedMapping< T > |
| Sequence_SparseSortedMapping<T> is a sparse-Array-based concrete implementation of the Sequence<T> container pattern. More... | |
Namespaces | |
| namespace | Stroika::Foundation |
| namespace | Stroika::Foundation::Containers |
| namespace | Stroika::Foundation::Containers::Concrete |
TODO:
Lookup by index is a key lookup.
The only tricky part is that inserts involve renumbering keys past a certain point in the container.
Definition in file Sequence_SparseSortedMapping.h.