Home | History | Annotate | Download | only in bits

Lines Matching defs:unordered_map

0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
256 class unordered_map
269 unordered_map(size_type __n = 10,
277 unordered_map(_InputIterator __f, _InputIterator __l,
285 unordered_map(initializer_list<value_type> __l,
293 unordered_map&
372 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
373 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
384 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
385 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
390 operator!=(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
391 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)