|
iffl
1.3.4
Implements Intrusive Flat Forward List container
|
#include <iffl_list.h>
Public Member Functions | |
| bool | operator() (size_t buffer_size, T const &e) const noexcept |
| Function call iterator that validates element. More... | |
| T | - element type |
| TT | - element type traits. Defaulted to specialization flat_forward_list_traits<T> |
Calls flat_forward_list_traits::validate(...)
|
inlinenoexcept |
Function call iterator that validates element.
| buffer_size | - size of the buffer used by the element |
| e | - pointer to the buffer used by the element |
1.8.15