Searched defs:trivial_value_traits (Results 1 – 1 of 1) sorted by relevance
37 struct trivial_value_traits struct39 typedef NodeTraits node_traits;40 typedef typename node_traits::node_ptr node_ptr;41 typedef typename node_traits::const_node_ptr const_node_ptr;42 typedef typename node_traits::node value_type;43 typedef node_ptr pointer;44 typedef const_node_ptr const_pointer;45 static const link_mode_type link_mode = LinkMode;46 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr (value_type &value) in to_node_ptr()48 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr (const value_type &value) in to_node_ptr()[all …]