|
DASH
0.3.0
|
Public Member Functions | |
| polymorphic_allocator_imp (memory_resource *r) | |
| template<class U > | |
| polymorphic_allocator_imp (const polymorphic_allocator_imp< U > &other) | |
| Tp * | allocate (size_t n) |
| void | deallocate (Tp *p, size_t n) |
| polymorphic_allocator_imp | select_on_container_copy_construction () const |
| memory_resource * | resource () const |
Definition at line 83 of file polymorphic_allocator.h.