const_reference Container Const reference to T size_type Container An unsigned integral type. difference_type Container A signed integral type. iterator Container Iterator used to iterate through a hash_multiset. const_iterator Container Const iterator used to iterate through a hash_multiset. (Iterator and const_iterator are the same type.) iterator begin() const Container Returns an iterator pointing to the beginning of the hash_multiset. iterator end() const Container Returns an iterator pointing to the end of the hash_multiset. size_type size() const Container Returns the size of the hash_multiset. size_type max_size() const Container Returns the largest possible size of the hash_multiset. bool empty() const Container true if the hash_multiset's size is 0. size_type bucket_count() const Hashed Associative Container Returns the number of buckets used by the hash_multiset. void resize(size_type n) Hashed Associative Container Increases the bucket count to at least n. hasher hash_funct() const Hashed Associative Container Returns the hasher object used by the hash_multiset. key_equal key_eq() const Hashed Associative Container Returns the key_equal object used by the hash_multiset. hash_multiset() Container Creates an empty hash_multiset. hash_multiset(size_type n) Hashed Associative Container Creates an empty hash_multiset with at least n buckets. hash_multiset(size_type n, const hasher& h) Hashed Associative Container Creates an empty hash_multiset with at least n buckets, using h as the hash function. hash_multiset(size_type n, const hasher& h, const key_equal& k) Hashed Associative Container Creates an empty hash_multiset with at least
Добавить отзыв
ВСЕ ОТЗЫВЫ О КНИГЕ В ИЗБРАННОЕ

0

Вы можете отметить интересные вам фрагменты текста, которые будут доступны по уникальной ссылке в адресной строке браузера.

Отметить Добавить цитату