Return an iterator to the element at the specified position. The behavior is undefined unless position <= size().
Declared in <bsltf_testvaluesarray.h>
TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::iterator
index(size_t position);
an iterator to the element at position
| Name | Description |
|---|---|
| position | zero-based index of the desired element |