[#BloombergLP-bdlc-FlatHashTable-end-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable]::end :relfileprefix: ../../../ :mrdocs: Return an iterator representing one past the end of the sequence of entries held by this container. == Synopses Declared in `<bdlc_flathashtable.h>` Return an iterator representing one past the end of the sequence of entries held by this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashTable/iterator.adoc[FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>::iterator] xref:BloombergLP/bdlc/FlatHashTable/end-08.adoc[end](); ---- [.small]#xref:BloombergLP/bdlc/FlatHashTable/end-08.adoc[_» more..._]# Return an iterator representing one past the end of the sequence of entries held by this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashTable/const_iterator.adoc[FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>::const_iterator] xref:BloombergLP/bdlc/FlatHashTable/end-0a.adoc[end]() const; ---- [.small]#xref:BloombergLP/bdlc/FlatHashTable/end-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#