[#bsl-hash-06-operator_call-0a] = xref:bsl.adoc[bsl]::xref:bsl/hash-06.adoc[hash]::operator() :relfileprefix: ../../ :mrdocs: Function call operators == Synopses Declared in `<bslh_hash.h>` Return a hash value for the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t xref:bsl/hash-06/operator_call-0f.adoc[operator()](TYPE const& value) const; ---- [.small]#xref:bsl/hash-06/operator_call-0f.adoc[_» more..._]# Return a hash value for the specified `key`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bslh/Hash-07.adoc[bslh::Hash<bslh::DefaultHashAlgorithm>::result_type] xref:BloombergLP/bslh/Hash-02/operator_call.adoc[operator()](TYPE const& key) const; ---- [.small]#xref:BloombergLP/bslh/Hash-02/operator_call.adoc[_» more..._]# == Return Value * hash value for `value` * hash of `key`, cast to `size_t` == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to hash | *key* | object to hash |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#