[#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] unused) 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] unused) 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] unused); ---- [.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] unused); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/privateEnd-09.adoc[_» more..._]# == Return Value * a `const_iterator` referring to one position past the end * a `const_sentinel` referring to one position past the end * an `iterator` referring to one position past the end * a `sentinel` referring to one position past the end == Parameters [cols="1,4"] |=== | Name| Description | *unused* | unused overload‐resolution tag |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#