Typedef apex::containers::list

Typedef Documentation

template<typename T, typename Mutex = memory::default_mutex>
using apex::containers::list = std::list<T, node_allocator<T, Mutex>>

Defines a list type that only works with static allocators. Intended for more complicated use cases, such as those involving lists nested in a container