[#BloombergLP-bsltf-TestValuesArray-end-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TestValuesArray.adoc[TestValuesArray]::end :relfileprefix: ../../../ :mrdocs: Return an iterator (sentinel) referencing to one position past the end of the sequence of `VALUE` objects maintained by this container. The return type is determined by (template) parameter `USE_SENTINEL` and `USE_SENTINEL` defaults to false` (i.e., `end()` returns an `iterator`). == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray/EndReturnType.adoc[TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::EndReturnType] end(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#