|
template<typename T , typename... Args> |
std::unique_ptr< T, base_event_deleter > | bnb::make_unique_event (Args &&... args) |
|
template<typename T , typename Alloc , typename D , typename... Args> |
std::unique_ptr< T, D > | bnb::allocate_unique (Alloc alloc, Args &&... args) |
|
template<typename Class > |
size_t | bnb::class_unique_id () |
|
T * | bnb::static_pool_allocator< T, MAX_ELEMENTS >::allocate (std::size_t n) |
|
T * | bnb::static_pool_allocator< T, MAX_ELEMENTS >::allocate (std::size_t n, const std::nothrow_t &) noexcept |
|
void | bnb::static_pool_allocator< T, MAX_ELEMENTS >::deallocate (T *p, std::size_t n) |
|
bool | bnb::static_pool_allocator< T, MAX_ELEMENTS >::is_mine (T *p) |
|