Home
last modified time | relevance | path

Searched defs:unordered_node_traits (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/intrusive/
Dunordered_set_hook.hpp69 struct unordered_node_traits struct
72 typedef slist_node_traits<VoidPointer> reduced_slist_node_traits;
73 typedef unordered_node<VoidPointer, StoreHash, OptimizeMultiKey> node;
77 < node >::type node_ptr;
80 < const node >::type const_node_ptr;
82 static const bool store_hash = StoreHash;
83 static const bool optimize_multikey = OptimizeMultiKey;
85 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next()
88 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next()
91 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_prev_in_group(const const_node_ptr & n) in get_prev_in_group()
[all …]