Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::intrusive::bs_set_member_hook< O1, O2, O3 > Singleton Reference

Put a public data member bs_set_member_hook in order to store objects of this class in a bs_set/bs_multiset. More...

#include <intrusive_fwd.hpp>

Inheritance diagram for boost::intrusive::bs_set_member_hook< O1, O2, O3 >:
Collaboration diagram for boost::intrusive::bs_set_member_hook< O1, O2, O3 >:

Detailed Description

template<class O1, class O2, class O3>
singleton boost::intrusive::bs_set_member_hook< O1, O2, O3 >

Put a public data member bs_set_member_hook in order to store objects of this class in a bs_set/bs_multiset.

bs_set_member_hook holds the data necessary for maintaining the bs_set/bs_multiset and provides an appropriate value_traits class for bs_set/bs_multiset.

The hook admits the following options: void_pointer<>, link_mode<>.

void_pointer<> is the pointer type that will be used internally in the hook and the container configured to use this hook.

link_mode<> will specify the linking mode of the hook (normal_link, auto_unlink or safe_link).


The documentation for this singleton was generated from the following file: