momo  3.9
vector.h File Reference
#include "../Array.h"

Go to the source code of this file.

Classes

class  momo::stdish::vector< TValue, TAllocator, TArray >
 momo::stdish::vector is similar to std::vector. More...
 

Namespaces

 momo
 
 momo::stdish
 

Typedefs

template<size_t tInternalCapacity, typename TValue , typename TAllocator = std::allocator<TValue>>
using momo::stdish::vector_intcap = vector< TValue, TAllocator, ArrayIntCap< tInternalCapacity, TValue, MemManagerStd< TAllocator > >>
 momo::stdish::vector_intcap is vector with internal capacity. This vector doesn't need dynamic memory while its size is not greater than user-defined constant. More...