Typedef apex::containers::scoped_node_allocator

Typedef Documentation

template<typename T, typename Mutex = memory::default_mutex, typename ...InnerAlloc>
using apex::containers::scoped_node_allocator = std::scoped_allocator_adaptor<node_allocator<T, Mutex>, InnerAlloc...>

Adapts defined allocator into a scoped allocator.