#include <util/allocator.h>
Classes | |
struct | rebind |
Public Member Functions | |
template<typename U > | |
void | construct (U *ptr) noexcept(std::is_nothrow_default_constructible< U >::value) |
template<typename U , typename... Args> | |
void | construct (U *ptr, Args &&...args) |
struct vistle::default_init_allocator::rebind |
Class Members | ||
---|---|---|
typedef default_init_allocator< U, typename template rebind_alloc< U > > | other |
|
inlinenoexcept |
|
inline |