The default array implementation.
Synopsis
Declared in <mrdocs/Dom/Array.hpp>
class DefaultArrayImpl
: public ArrayImpl
Base Classes
Name |
Description |
Abstract array interface. |
Types
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 |
|
|
|
|
|
Set the i‐th element, without bounds checking. |
|
|
|
Description
This implementation is backed by a simple vector and allows appending.
Created with MrDocs