Members
Member Where defined Description
value_type Container The type of object, T, stored in the hash_set.
key_type Associative Container The key type associated with value_type.
hasher Hashed Associative Container The hash_set's Hash Function.
key_equal Hashed Associative Container Function object that compares keys for equality.
pointer Container Pointer to T.
reference Container Reference to T
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_set.
const_iterator Container Const iterator used to iterate through a hash_set. (Iterator and const_iterator are the same type.)
iterator begin() const Container Returns an iterator pointing to the beginning of the hash_set.
iterator end() const Container Returns an iterator pointing to the end of the hash_set.
size_type size() const Container Returns the size of the hash_set.
size_type max_size() const Container Returns the largest possible size of the hash_set.
bool empty() const Container true if the hash_set 's size is 0.
size_type bucket_count() const Hashed Associative Container Returns the number of buckets used by the hash_set.
Добавить отзыв
ВСЕ ОТЗЫВЫ О КНИГЕ В ИЗБРАННОЕ

0

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

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