[#BloombergLP-bdlb-TransparentStringHash] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::TransparentStringHash :relfileprefix: ../../ :mrdocs: This `struct` defines a hash operation for different string types, enabling them for use for heterogeneous lookup in the standard associative containers such as `bsl::unordered_map`. Note that this class is an empty POD type. == Synopsis Declared in `<bdlb_transparentstringhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TransparentStringHash; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/TransparentStringHash/is_transparent.adoc[`is_transparent`] | Type alias indicating this is a transparent hash functor. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/TransparentStringHash/operator_call-0b.adoc[`operator()`] | Function call operators |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#