|
static value_type & | element (slot_type *slot) |
|
static const value_type & | element (const slot_type *slot) |
|
template<typename Alloc , class... Args> |
static void | construct (Alloc *alloc, slot_type *slot, Args &&... args) |
|
template<typename Alloc > |
static void | construct (Alloc *alloc, slot_type *slot, slot_type *other) |
|
template<typename Alloc > |
static void | destroy (Alloc *alloc, slot_type *slot) |
|
template<typename Alloc > |
static void | swap (Alloc *, slot_type *a, slot_type *b) |
|
template<typename Alloc > |
static void | move (Alloc *, slot_type *src, slot_type *dest) |
|
template<typename Alloc > |
static void | move (Alloc *alloc, slot_type *first, slot_type *last, slot_type *result) |
|