[#BloombergLP-bdlb-TransparentStringHash-operator_call-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/TransparentStringHash.adoc[TransparentStringHash]::operator() :relfileprefix: ../../../ :mrdocs: Function call operators == Synopses Declared in `<bdlb_transparentstringhash.h>` Return a hash code generated from the contents of the specified `str`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class CHAR> std::size_t xref:BloombergLP/bdlb/TransparentStringHash/operator_call-07.adoc[operator()](CHAR const* str) const; ---- [.small]#xref:BloombergLP/bdlb/TransparentStringHash/operator_call-07.adoc[_» more..._]# See the overload above for contract. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CHAR, class TRAITS> std::size_t xref:BloombergLP/bdlb/TransparentStringHash/operator_call-09.adoc[operator()](std::basic_string_view<CHAR, TRAITS> const& str) const; ---- [.small]#xref:BloombergLP/bdlb/TransparentStringHash/operator_call-09.adoc[_» more..._]# See the overload above for contract. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CHAR, class TRAITS, class ALLOCATOR> std::size_t xref:BloombergLP/bdlb/TransparentStringHash/operator_call-01.adoc[operator()](xref:bsl/basic_string-0faf.adoc[bsl::basic_string<CHAR, TRAITS, ALLOCATOR>] const& str) const; ---- [.small]#xref:BloombergLP/bdlb/TransparentStringHash/operator_call-01.adoc[_» more..._]# See the overload above for contract. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CHAR, class TRAITS, class ALLOCATOR> std::size_t xref:BloombergLP/bdlb/TransparentStringHash/operator_call-05.adoc[operator()](std::basic_string<CHAR, TRAITS, ALLOCATOR> const& str) const; ---- [.small]#xref:BloombergLP/bdlb/TransparentStringHash/operator_call-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#