Standard library » Containers » Forward list module

std::forward_list like container with the capacity defined at compile time.

It doesn't throw exceptions. Instead, asserts are used to ensure valid usage.

Files

file bn_forward_list.h
file bn_forward_list_fwd.h

Classes

template<typename Type>
class bn::iforward_list
Base class of bn::forward_list.
template<typename Type, int MaxSize>
class bn::forward_list
std::forward_list like container with a fixed size buffer.