mrdocs::dom::DefaultArrayImpl
The default array implementation.
Synopsis
Declared in <mrdocs/Dom/Array.hpp>
class DefaultArrayImpl
: public ArrayImpl
Type Aliases
Name |
Description |
An unsigned integral type used for indexes and sizes. |
|
The type of storage used by the default implementation. |
|
The type of an element. |
Member Functions
Name |
Description |
|
Constructors |
|
Append a value to the array. |
|
Retrieve an element at the specified index. |
|
|
|
Return the number of stored elements. |
|
Return the type key string for this array. |
Created with MrDocs