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 unused) 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 unused) 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 unused);
» 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 unused);
» more...
const_iterator referring to one position past the endconst_sentinel referring to one position past the enditerator referring to one position past the endsentinel referring to one position past the end| Name | Description |
|---|---|
| unused | unused overload-resolution tag |