|
struct | boost::intrusive::make_unordered_set_base_hook< O1, O2, O3, O4 > |
| Helper metafunction to define a unordered_set_base_hook that yields to the same type when the same options (either explicitly or implicitly) are used. More...
|
|
class | boost::intrusive::unordered_set_base_hook< O1, O2, O3, O4 > |
| Derive a class from unordered_set_base_hook in order to store objects in in an unordered_set/unordered_multi_set. More...
|
|
struct | boost::intrusive::make_unordered_set_member_hook< O1, O2, O3, O4 > |
| Helper metafunction to define a unordered_set_member_hook that yields to the same type when the same options (either explicitly or implicitly) are used. More...
|
|
class | boost::intrusive::unordered_set_member_hook< O1, O2, O3, O4 > |
| Put a public data member unordered_set_member_hook in order to store objects of this class in an unordered_set/unordered_multi_set. More...
|
|