Return a hash value computed using the specified x.

Synopsis

Declared in <bslstl_hash.h>

std::size_t
operator()(unsigned long x) const;

Return Value

hash value computed from x

Parameters

Name

Description

x

value to hash

Created with MrDocs