|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
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 |