Typedef apex::containers::forward_list

Typedef Documentation

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

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