privateEnd overloads
Declared in <bsltf_testvaluesarray.h>
Return a const_iterator referring to one position past the end of the sequence maintained by this container.
TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::const_iterator
privateEnd(const_iterator) const;
» more...
Return a const_sentinel referring to one position past the end of the sequence maintained by this container.
TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::const_sentinel
privateEnd(const_sentinel) const;
» more...
Return an iterator referring to one position past the end of the sequence maintained by this container.
TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::iterator
privateEnd(iterator);
» more...
Return a sentinel referring to one position past the end of the sequence maintained by this container.
TestValuesArray<VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL>::sentinel
privateEnd(sentinel);
» more...