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 stdvector.hpp.
Go to the source code of this file.
Namespaces | |
namespace | alib |
Typedefs | |
template<typename T > | |
using | StdVectorMono = std::vector<T, SCAMono<T>> |
Type alias in namespace alib. | |
template<typename T > | |
using | StdVectorPool = std::vector<T, SCAPool<T>> |
Type alias in namespace alib. | |