Searched defs:node_alloc_holder (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/container/detail/ |
| D | node_alloc_holder.hpp | 61 struct node_alloc_holder struct 69 , ICont, key_compare, dtl::nat) intrusive_val_compare; 75 , predicate_type, dtl::nat) val_compare; 81 , ICont, key_equal, dtl::nat2) intrusive_val_equal; 84 , ICont, hasher, dtl::nat3) intrusive_val_hasher; 90 , predicate_type, dtl::nat2) val_equal; 94 , predicate_type, dtl::nat3) val_hasher; 96 typedef allocator_traits<Allocator> allocator_traits_type; 97 typedef typename allocator_traits_type::value_type val_type; 98 typedef ICont intrusive_container; [all …]
|