Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Allocator for STL containers. More...
#include "loft.hh"
Public Types | |
using | value_type = T |
Public Member Functions | |
template<typename U > | |
Allocator (const Allocator< U > &other) noexcept | |
bool | operator== (const Allocator< T > &o) const noexcept |
bool | operator!= (const Allocator< T > &o) const noexcept |
constexpr void | deallocate (T *p, size_t n) const noexcept |
constexpr T * | allocate (std::size_t n) const |
Static Public Attributes | |
static constexpr bool | allows_read_after_free |
Allocator for STL containers.
using Ase::Loft::Allocator< T >::value_type = T |
|
noexcept |
|
constexpr |
|
constexprnoexcept |
|
noexcept |
|
noexcept |
|
staticconstexpr |