VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include <TAllocator.hpp>
Public Types | |
typedef T | value_type |
Public Member Functions | |
StdAllocator ()=default | |
StdAllocator (const StdAllocator &)=default | |
template<class U > | |
StdAllocator (const StdAllocator< U > &) | |
T * | allocate (size_t n) noexcept |
void | deallocate (T *ptr, size_t n) noexcept |
Definition at line 17 of file TAllocator.hpp.
typedef T tklb::StdAllocator< T >::value_type |
Definition at line 18 of file TAllocator.hpp.
|
default |
|
default |
|
inline |
Definition at line 23 of file TAllocator.hpp.
|
inlinenoexcept |
Definition at line 25 of file TAllocator.hpp.
|
inlinenoexcept |
Definition at line 38 of file TAllocator.hpp.