[#BloombergLP-bsltf-TestValuesArray-index] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TestValuesArray.adoc[TestValuesArray]::index :relfileprefix: ../../../ :mrdocs: Return an iterator to the element at the specified `position`. The behavior is undefined unless `position <= size()`. == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray/iterator.adoc[TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::iterator] index(size_t position); ---- == Return Value an iterator to the element at `position` == Parameters [cols="1,4"] |=== | Name| Description | *position* | zero‐based index of the desired element |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#