BloombergLP::bsltf::TestValuesArray::begin

Return an iterator to the first element, or end if empty.

Synopsis

Declared in <bsltf_testvaluesarray.h>

TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::iterator
begin();

Description

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.

Return Value

an iterator to the first element, or end if empty