This header-file is part of the ALib C++ Library.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file ALib.Monomem.StdContainers.H.
#include "alib/alib.inl"#include <vector>#include <list>#include <deque>#include "ALib.Monomem.H"Go to the source code of this file.
Namespaces | |
| namespace | alib |
Typedefs | |
| template<typename T> | |
| using | alib::StdDequeMono = std::deque<T, SCAMono<T>> |
| Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdDequePool = std::deque<T, SCAPool<T>> |
| Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdListMono = std::list<T, SCAMono<T>> |
| Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdListPool = std::list<T, SCAPool<T>> |
| Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdVectorMono = std::vector<T, SCAMono<T>> |
| Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdVectorPool = std::vector<T, SCAPool<T>> |
| Type alias in namespace alib. | |