[#BloombergLP-bsltf-TestValuesArray-privateEnd-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TestValuesArray.adoc[TestValuesArray]::privateEnd :relfileprefix: ../../../ :mrdocs: `privateEnd` overloads == Synopses Declared in `<bsltf_testvaluesarray.h>` Return a `const_iterator` referring to one position past the end of the sequence maintained by this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray/const_iterator.adoc[TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::const_iterator] xref:BloombergLP/bsltf/TestValuesArray/privateEnd-01.adoc[privateEnd](xref:BloombergLP/bsltf/TestValuesArray/const_iterator.adoc[const_iterator]) const; ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/privateEnd-01.adoc[_» more..._]# Return a `const_sentinel` referring to one position past the end of the sequence maintained by this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray/const_sentinel.adoc[TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::const_sentinel] xref:BloombergLP/bsltf/TestValuesArray/privateEnd-0a.adoc[privateEnd](xref:BloombergLP/bsltf/TestValuesArray/const_sentinel.adoc[const_sentinel]) const; ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/privateEnd-0a.adoc[_» more..._]# Return an `iterator` referring to one position past the end of the sequence maintained by this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray/iterator.adoc[TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::iterator] xref:BloombergLP/bsltf/TestValuesArray/privateEnd-02.adoc[privateEnd](xref:BloombergLP/bsltf/TestValuesArray/iterator.adoc[iterator]); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/privateEnd-02.adoc[_» more..._]# Return a `sentinel` referring to one position past the end of the sequence maintained by this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray/sentinel.adoc[TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::sentinel] xref:BloombergLP/bsltf/TestValuesArray/privateEnd-09.adoc[privateEnd](xref:BloombergLP/bsltf/TestValuesArray/sentinel.adoc[sentinel]); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/privateEnd-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#