BloombergLP::bsltf::TestValuesArray::end

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

Synopsis

Declared in <bsltf_testvaluesarray.h>

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

Description

Return an iterator (sentinel) referencing 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).

Return Value

an iterator or sentinel past the end of this container