BloombergLP::bsltf::TestValuesArray::end

end overloads

Synopses

Declared in <bsltf_testvaluesarray.h>

Return an iterator or sentinel past the end of this container.

TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::EndReturnType
end();
» more...

Return an iterator providing non-modifiable access to the past-the-end position in the sequence of VALUE objects maintained by this container.

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

Return Value

  • an iterator or sentinel past the end of this container
  • an iterator providing non-modifiable access to the past-the-end position