Typedef apex::containers::node_allocator

Typedef Documentation

template<typename T, typename Mutex = memory::default_mutex>
using apex::containers::node_allocator = foonathan::memory::std_allocator<T, node_pool_t, Mutex>

Adapts defined allocators into std::allocator.