Specialization of hash for int values.

Synopsis

Declared in <bslstl_hash.h>

template<>
struct hash<int>;

Type Aliases

Name

Description

argument_type

DEPRECATED: This typedef is depreacted in C++17, for details see https://isocpp.org/files/papers/p0005r4.html.

result_type

DEPRECATED: This typedef is depreacted in C++17, for details see https://isocpp.org/files/papers/p0005r4.html.

Member Functions

Name

Description

operator()

Return a hash value computed using the specified x.

Created with MrDocs