[#bsl-unordered_map-0bf-const_reference] = xref:bsl.adoc[bsl]::xref:bsl/unordered_map-0bf.adoc[unordered_map<basic_string<char>, Json, TransparentHash, TransparentEqualTo>]::const_reference :relfileprefix: ../../ :mrdocs: This `typedef` is an alias to `const value_type&`. == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/unordered_map-0bf/value_type.adoc[value_type] const& const_reference; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#