bsl::hash<unsigned char>::operator()

Return a hash value computed using the specified x.

Synopsis

Declared in <bslstl_hash.h>

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

Return Value

hash value computed from x

Parameters

NameDescription
xvalue to hash