module
Intrusive forward liststd::forward_list
like container that doesn't contain values, it just references them.
To be part of an intrusive forward list, values must inherit bn::
It doesn't throw exceptions. Instead, asserts are used to ensure valid usage.
Files
Classes
- class bn::intrusive_forward_list_node_type
- To be part of an intrusive_
forward_ list, values must inherit this class. -
template<typename Type>class bn::intrusive_forward_list
std::forward_list
like container that doesn't contain values, it just references them.