Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This container class allows indexed access to its data. It is implemented as expandable fragmented table using a two-level table traversal. The first level table selects a sub-table that contains the actual stored items.
Implemented concepts: concept::MutableArray.
T | Type of stored items. |