Lines Matching refs:Compare
67 template <typename Key, typename Value, typename Compare, typename Allocator>
70 template <typename Key, typename Value, typename Compare = std::less<Key>, typename Allocator = tbb…
71 class concurrent_map : public concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_geome…
72 …using base_type = concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_geometric_level_…
79 using key_compare = Compare;
213 template <typename Key, typename Value, typename Compare, typename Allocator>
214 void swap( concurrent_map<Key, Value, Compare, Allocator>& lhs, in swap() argument
215 concurrent_map<Key, Value, Compare, Allocator>& rhs ) in swap()
220 template <typename Key, typename Value, typename Compare = std::less<Key>, typename Allocator = tbb…
221 class concurrent_multimap : public concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_…
222 …using base_type = concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_geometric_level_…
229 using key_compare = Compare;
331 template <typename Key, typename Value, typename Compare, typename Allocator>
332 void swap( concurrent_multimap<Key, Value, Compare, Allocator>& lhs, in swap() argument
333 concurrent_multimap<Key, Value, Compare, Allocator>& rhs ) in swap()