#include <fixed_forward_list.h>
Inherits AZStd::forward_list< T, static_pool_allocator< Internal::forward_list_node< T >, NumberOfNodes > >.
Friends | |
| bool | operator== (const fixed_forward_list &x, const fixed_forward_list &y) |
| bool | operator!= (const fixed_forward_list &x, const fixed_forward_list &y) |
| void | swap (fixed_forward_list &x, fixed_forward_list &y) noexcept(noexcept(x.swap(y))) |
Fixed version of the AZStd::list. All of their functionality is the same except we do not have allocator and never allocate memory.
Check the fixed_list AZStdExamples.