Wayverb
util::aligned::allocator< T, N > Class Template Reference

Classes

struct  rebind
 

Public Types

using value_type = T
 
using propagate_on_container_copy_assignment = std::true_type
 
using propagate_on_container_move_assignment = std::true_type
 

Public Member Functions

 allocator (const allocator &) noexcept=default
 
allocatoroperator= (const allocator &) noexcept=default
 
 allocator (allocator &&) noexcept=default
 
allocatoroperator= (allocator &&) noexcept=default
 
template<typename U >
 allocator (const allocator< U > &) noexcept
 
T * allocate (std::size_t n) const
 
void deallocate (T *p, std::size_t s) const noexcept
 

The documentation for this class was generated from the following file: