Return a hash value computed using the specified x.
Synopsis
Declared in <bslstp_hash.h>
std::size_t
operator()(long long x) const;
Return Value
hash value for x
Parameters
Name |
Description |
x |
value to hash |
Created with MrDocs