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