CyberEngineMkIII
|
Contains usings of STL contianer types. More...
Typedefs | |
template<typename AType > | |
using | Deque = std::deque< AType, Interop::STLAllocator< AType >> |
std::deque algorithms using the CyberEngine's allocator | |
template<typename AType > | |
using | Vector = std::vector< AType, Interop::STLAllocator< AType >> |
std::vector algorithms using the CyberEngine's allocator | |
template<typename AType , typename AContainer = Deque<AType>> | |
using | Stack = std::stack< AType, AContainer > |
std::stack algorithms using the CyberEngine's allocator | |
Contains usings of STL contianer types.