Typedef apex::containers::forward_list_scoped_alloc

Typedef Documentation

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

Defines forward_list type which can accept multiple allocators which can be applied to different levels of nested data structures