end overloads
Declared in <bsltf_testvaluesarray.h>
Return an iterator (sentinel) referencing to one position past the end of the sequence of VALUE objects maintained by this container. The return type is determined by (template) parameter USE_SENTINEL and USE_SENTINEL defaults to false (i.e., end()` returns an iterator).
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...