Lines Matching full:pred
23 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 typedef Pred key_equal;
156 template <class Value, class Hash, class Pred, class Alloc>
157 void swap(unordered_set<Value, Hash, Pred, Alloc>& x,
158 unordered_set<Value, Hash, Pred, Alloc>& y)
161 template <class Value, class Hash, class Pred, class Alloc>
163 operator==(const unordered_set<Value, Hash, Pred, Alloc>& x,
164 const unordered_set<Value, Hash, Pred, Alloc>& y);
166 template <class Value, class Hash, class Pred, class Alloc>
168 operator!=(const unordered_set<Value, Hash, Pred, Alloc>& x,
169 const unordered_set<Value, Hash, Pred, Alloc>& y);
171 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
180 typedef Pred key_equal;
304 template <class Value, class Hash, class Pred, class Alloc>
305 void swap(unordered_multiset<Value, Hash, Pred, Alloc>& x,
306 unordered_multiset<Value, Hash, Pred, Alloc>& y)
309 template <class Value, class Hash, class Pred, class Alloc>
311 operator==(const unordered_multiset<Value, Hash, Pred, Alloc>& x,
312 const unordered_multiset<Value, Hash, Pred, Alloc>& y);
314 template <class Value, class Hash, class Pred, class Alloc>
316 operator!=(const unordered_multiset<Value, Hash, Pred, Alloc>& x,
317 const unordered_multiset<Value, Hash, Pred, Alloc>& y);