[#bsl-owner_hash-operator_call-0a] = xref:bsl.adoc[bsl]::xref:bsl/owner_hash.adoc[owner_hash]::operator() :relfileprefix: ../../ :mrdocs: Function call operators == Synopses Declared in `<bslstl_ownerhash.h>` owner_hash& operator=(const owner_hash& rhs) = default; [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`. Note that for any object `y` where `x.owner_equal(y)` is true, `x.owner_hash() == y.owner_hash()` is true. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#