[#BloombergLP-bslalg-HashTableBucket-end] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/HashTableBucket.adoc[HashTableBucket]::end :relfileprefix: ../../../ :mrdocs: Return the next node after the end of this bucket, or 0 if `0 == last()`, so the range to traverse to traverse all nodes in the bucket is always `[ first(), end() )]` regardless of whether the bucket is empty. == Synopsis Declared in `<bslalg_hashtablebucket.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/BidirectionalLink.adoc[BidirectionalLink]* end() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#