• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/

Lines Matching defs:unordered_multimap

54   /// Base types for unordered_multimap.
555 * This function only makes sense for %unordered_multimap; for
570 * This function probably only makes sense for %unordered_multimap.
778 class unordered_multimap : __check_copy_constructible<_Alloc>
819 unordered_multimap(size_type __n = 10,
827 * @brief Builds an %unordered_multimap from a range.
835 * Create an %unordered_multimap consisting of copies of the elements
840 unordered_multimap(_InputIterator __f, _InputIterator __l,
849 unordered_multimap(const unordered_multimap&) = default;
852 unordered_multimap(unordered_multimap&&) = default;
855 * @brief Builds an %unordered_multimap from an initializer_list.
862 * Create an %unordered_multimap consisting of copies of the elements in
865 unordered_multimap(initializer_list<value_type> __l,
874 unordered_multimap&
875 operator=(const unordered_multimap&) = default;
878 unordered_multimap&
879 operator=(unordered_multimap&&) = default;
885 * This function fills an %unordered_multimap with copies of the elements
888 * Note that the assignment completely changes the %unordered_multimap
889 * and that the resulting %unordered_multimap's size is the same as the
892 unordered_multimap&
899 /// Returns the allocator object with which the %unordered_multimap was
907 /// Returns true if the %unordered_multimap is empty.
912 /// Returns the size of the %unordered_multimap.
917 /// Returns the maximum size of the %unordered_multimap.
926 * %unordered_multimap.
935 * element in the %unordered_multimap.
948 * the %unordered_multimap.
957 * element in the %unordered_multimap.
972 * %unordered_multimap.
981 * the %unordered_multimap.
991 * @brief Attempts to build and insert a std::pair into the %unordered_multimap.
1018 * @brief Inserts a std::pair into the %unordered_multimap.
1040 * @brief Inserts a std::pair into the %unordered_multimap.
1086 * %unordered_multimap.
1098 * @brief Erases an element from an %unordered_multimap.
1105 * from an %unordered_multimap.
1126 * an %unordered_multimap.
1137 * %unordered_multimap.
1145 * %unordered_multimap.
1155 * Erases all elements in an %unordered_multimap.
1165 * @brief Swaps data with another %unordered_multimap.
1166 * @param __x An %unordered_multimap of the same element and allocator
1169 * This exchanges the elements between two %unordered_multimap in
1175 swap(unordered_multimap& __x)
1180 /// Returns the hash functor object with which the %unordered_multimap
1186 /// Returns the key comparison object with which the %unordered_multimap
1196 * @brief Tries to locate an element in an %unordered_multimap.
1242 /// Returns the number of buckets of the %unordered_multimap.
1247 /// Returns the maximum number of buckets of the %unordered_multimap.
1329 /// Returns a positive number that the %unordered_multimap tries to keep
1336 * @brief Change the %unordered_multimap maximum load factor.
1344 * @brief May rehash the %unordered_multimap.
1348 * %unordered_multimap maximum load factor.
1355 * @brief Prepare the %unordered_multimap for a specified number of
1368 operator==(const unordered_multimap<_Key1, _Tp1,
1370 const unordered_multimap<_Key1, _Tp1,
1382 swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
1383 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
1400 operator==(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
1401 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
1406 operator!=(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
1407 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)