|
Int | insert () |
|
Int | insert (Type &&obj) |
|
void | erase (Int idx) |
|
Type & | get (Int idx) |
|
const Type & | get (Int idx) const |
|
Type & | operator[] (Int idx) |
|
const Type & | operator[] (Int idx) const |
|
|
static constexpr Int | endOfList = std::numeric_limits<Int>::max() |
|
static constexpr size_t | elementSize = sizeof(Type) |
|
The documentation for this class was generated from the following file: