This header-file is part of the ALib C++ Framework.
Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.
Definition in file stdcontainers.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | alib |
Typedefs | |
| template<typename T> | |
| using | alib::StdDequeMA = std::deque <T, StdMA<T>> |
Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdDequePA = std::deque <T, StdPA<T>> |
Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdListMA = std::list <T, StdMA<T>> |
Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdListPA = std::list <T, StdPA<T>> |
Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdVectorMA = std::vector<T, StdMA<T>> |
Type alias in namespace alib. | |
| template<typename T> | |
| using | alib::StdVectorPA = std::vector<T, StdPA<T>> |
Type alias in namespace alib. | |