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

Return a hash value computed using the specified x.

Synopsis

Declared in <bslstl_hash.h>

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

Return Value

hash value computed from x

Parameters

NameDescription
xvalue to hash