enum_name
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
allocator_ref< Allocator > Class Template Reference

Public Types

using value_type = typename Allocator::value_type
 

Public Member Functions

 allocator_ref (Allocator *alloc=nullptr)
 
 allocator_ref (const allocator_ref &other)
 
 allocator_ref (allocator_ref &&other)
 
allocator_refoperator= (allocator_ref &&other)
 
allocator_refoperator= (const allocator_ref &other)
 
Allocator * get () const
 
value_type * allocate (size_t n)
 
void deallocate (value_type *p, size_t n)
 

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