Store this hook in a class to be inserted in an intrusive container. More...
#include <intrusive_fwd.hpp>
Store this hook in a class to be inserted in an intrusive container.
The hook admits the following options: void_pointer<>
and link_mode<>
.
link_mode<>
will specify the linking mode of the hook (normal_link
or safe_link
).
void_pointer<>
is the pointer type that will be used internally in the hook and the container configured to use this hook.