A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.com/reference/bitset/bitset/hash/ below:

class template specialization

<bitset>

std::hash<bitset>
template <class T> struct hash;              // unspecializedtemplate <size_t N> struct hash<bitset<N>>;  // bitset specialization

Hash for bitset

Unary function object class that defines the hash specialization for bitset.

The functional call returns a hash value based on the bitset passed as argument: A hash value is a value that depends solely on its argument, returning always the same value for the same argument (for a given program execution). The value returned shall have a small likelihood of being the same as the one returned for a different argument (with chances of collision approaching 1/numeric_limits<size_t>::max).

This allows the use of bitset objects as keys for unordered containers (such as unordered_set or unordered_map).

See hash for additional information.



Member functions
operator()
Returns a hash value for its argument, as a value of type size_t.
size_t is an unsigned integral type.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4