[#BloombergLP-bslstl-HashTable-09-findEndOfRange] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTable-09.adoc[HashTable<UnorderedMapKeyConfiguration<basic_string<char> const, pair<basic_string<char> const, Json>>, TransparentHash, TransparentEqualTo, allocator<pair<basic_string<char> const, Json>>>]::findEndOfRange :relfileprefix: ../../../ :mrdocs: Return the address of the first node after any nodes holding a value having the same key as the specified `first` node (according to this hash‐table's `comparator`), and a null pointer value if all nodes following `first` hold values with the same key as `first`. The behavior is undefined unless `first` is a link in this hash‐table. Note that this hash‐table ensures all elements having the same key form a contiguous sequence. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/BidirectionalLink.adoc[bslalg::BidirectionalLink]* findEndOfRange(xref:BloombergLP/bslalg/BidirectionalLink.adoc[bslalg::BidirectionalLink]* first) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#