#include <Array.h>
◆ GrowCapacity()
template<size_t tInternalCapacity = 0, bool tGrowOnReserve = true, bool tUsePtrIterator = (tInternalCapacity == 0)>
static size_t momo::ArraySettings< tInternalCapacity, tGrowOnReserve, tUsePtrIterator >::GrowCapacity |
( |
size_t |
capacity, |
|
|
size_t |
minNewCapacity, |
|
|
ArrayGrowCause |
growCause, |
|
|
bool |
linear |
|
) |
| |
|
inlinestaticnoexcept |
◆ checkMode
template<size_t tInternalCapacity = 0, bool tGrowOnReserve = true, bool tUsePtrIterator = (tInternalCapacity == 0)>
◆ growOnReserve
template<size_t tInternalCapacity = 0, bool tGrowOnReserve = true, bool tUsePtrIterator = (tInternalCapacity == 0)>
const bool momo::ArraySettings< tInternalCapacity, tGrowOnReserve, tUsePtrIterator >::growOnReserve = tGrowOnReserve |
|
static |
◆ internalCapacity
template<size_t tInternalCapacity = 0, bool tGrowOnReserve = true, bool tUsePtrIterator = (tInternalCapacity == 0)>
const size_t momo::ArraySettings< tInternalCapacity, tGrowOnReserve, tUsePtrIterator >::internalCapacity = tInternalCapacity |
|
static |
◆ usePtrIterator
template<size_t tInternalCapacity = 0, bool tGrowOnReserve = true, bool tUsePtrIterator = (tInternalCapacity == 0)>
const bool momo::ArraySettings< tInternalCapacity, tGrowOnReserve, tUsePtrIterator >::usePtrIterator = tUsePtrIterator |
|
static |
The documentation for this class was generated from the following file: