[#BloombergLP-bslh-Hash-07-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/Hash-07.adoc[Hash]::operator() :relfileprefix: ../../../ :mrdocs: Returns a hash value generated by the (template parameter) type `HASH_ALGORITHM` for the specified `type`. The value returned by the `HASH_ALGORITHM` is cast to `size_t` before returning. == Synopsis Declared in `<bslh_hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bslh/Hash-07/result_type.adoc[bslh::Hash<HASH_ALGORITHM>::result_type] operator()(TYPE const& type) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#