[#BloombergLP-bsltf-TestValuesArray-begin-011] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TestValuesArray.adoc[TestValuesArray]::begin :relfileprefix: ../../../ :mrdocs: Return an iterator providing non‐modifiable access to the first `VALUE` object in the sequence of `VALUE` objects maintained by this container, or the `end` iterator if this container is empty. == Synopses Declared in `<bsltf_testvaluesarray.h>` Return an iterator providing non‐modifiable access to the first `VALUE` object in the sequence of `VALUE` objects maintained by this container, or the `end` iterator if this container is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray/iterator.adoc[TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::iterator] xref:BloombergLP/bsltf/TestValuesArray/begin-013.adoc[begin](); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/begin-013.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the first `VALUE` object in the sequence of `VALUE` objects maintained by this container, or the `end` iterator if this container is empty. [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/begin-02.adoc[begin]() const; ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/begin-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#