mrdocs::dom::ArrayImpl
Abstract array interface.
Types
Name |
Description |
An unsigned integral type used for indexes and sizes. |
|
The type of an element. |
Member Functions
Name |
Description |
|
Destructor. |
|
Append an element to the end of the array. |
|
Return the i‐th element, without bounds checking. |
|
Set the i‐th element, without bounds checking. |
|
Return the number of elements in the array. |
|
Return the type key of the implementation. |
Derived Classes
| Name | Description |
|---|---|
The default array implementation. |
|
Lazy array implementation |
|
Lazy array implementation |
Created with MrDocs