[#BloombergLP-bsltf-TestValuesArray-end-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TestValuesArray.adoc[TestValuesArray]::end :relfileprefix: ../../../ :mrdocs: `end` overloads == Synopses Declared in `<bsltf_testvaluesarray.h>` Return an iterator or sentinel past the end of this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray/EndReturnType.adoc[TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::EndReturnType] xref:BloombergLP/bsltf/TestValuesArray/end-0f.adoc[end](); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/end-0f.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the past‐the‐end position in the sequence of `VALUE` objects maintained by this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray/ConstEndReturnType.adoc[TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::ConstEndReturnType] xref:BloombergLP/bsltf/TestValuesArray/end-05.adoc[end]() const; ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/end-05.adoc[_» more..._]# == Return Value * an iterator or sentinel past the end of this container * an iterator providing non‐modifiable access to the past‐the‐end position [.small]#Created with https://www.mrdocs.com[MrDocs]#