[#bsl-owner_hash-operator_call-0a] = xref:bsl.adoc[bsl]::xref:bsl/owner_hash.adoc[owner_hash]::operator() :relfileprefix: ../../ :mrdocs: Return the result of calling `owner_hash()` on the specified `x`. == Synopses Declared in `<bslstl_ownerhash.h>` Return the result of calling `owner_hash()` on the specified `x`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ELEMENT_TYPE> std::size_t xref:bsl/owner_hash/operator_call-0c.adoc[operator()](xref:bsl/shared_ptr-0a.adoc[shared_ptr<ELEMENT_TYPE>] const& x) const noexcept; ---- [.small]#xref:bsl/owner_hash/operator_call-0c.adoc[_» more..._]# Return the result of calling `owner_hash()` on the specified `x`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ELEMENT_TYPE> std::size_t xref:bsl/owner_hash/operator_call-09.adoc[operator()](xref:bsl/weak_ptr-0d.adoc[weak_ptr<ELEMENT_TYPE>] const& x) const noexcept; ---- [.small]#xref:bsl/owner_hash/operator_call-09.adoc[_» more..._]# == Return Value hash of the owner identity of `x` == Parameters [cols="1,4"] |=== | Name| Description | *x* | shared pointer whose owner identity is hashed |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#