BloombergLP::bsltf::TestValuesArray::begin

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.

TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::iterator
begin();
» 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.

TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::const_iterator
begin() const;
» more...