Typedef apex::containers::node_allocator
Defined in File common.hpp
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.