Searched defs:any_unordered_node_traits (Results 1 – 1 of 1) sorted by relevance
82 struct any_unordered_node_traits struct85 typedef any_slist_node_traits<VoidPointer> reduced_slist_node_traits;86 typedef typename reduced_slist_node_traits::node node;87 typedef typename reduced_slist_node_traits::node_ptr node_ptr;88 typedef typename reduced_slist_node_traits::const_node_ptr const_node_ptr;90 static const bool store_hash = true;91 static const bool optimize_multikey = true;93 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next()96 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next()99 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_prev_in_group(const const_node_ptr & n) in get_prev_in_group()[all …]