CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Typedefs
CYB::API::Container Namespace Reference

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
 

Detailed Description

Contains usings of STL contianer types.