ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
stddeque.hpp File Reference

Description:

This header file is part of module ALib Monomem of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file stddeque.hpp.

#include "alib/monomem/poolallocator.hpp"
#include <deque>
Include dependency graph for stddeque.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alib
 

Typedefs

template<typename T >
using StdDequeMono = std::deque<T, SCAMono<T>>
 Type alias in namespace alib.
 
template<typename T >
using StdDequePool = std::deque<T, SCAPool<T>>
 Type alias in namespace alib.