Searched refs:key_compare (Results 1 – 1 of 1) sorted by relevance
37 typedef typename ::std::map<K, V, Comparator, Allocator>::key_compare key_compare; typedef49 explicit SafeMap(const key_compare& cmp, const allocator_type& allocator = allocator_type())59 key_compare key_comp() const { return map_.key_comp(); } in key_comp()