momo  3.12
vector.h File Reference
#include "../Utility.h"

Go to the source code of this file.

Classes

class  momo::stdish::vector_adaptor< TArray >
 
class  momo::stdish::vector< TValue, TAllocator >
 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_adaptor< 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...