BloombergLP::bsltf::TestValuesArray::privateEnd

privateEnd overloads

Synopses

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...

Return Value

  • a const_iterator referring to one position past the end
  • a const_sentinel referring to one position past the end
  • an iterator referring to one position past the end
  • a sentinel referring to one position past the end

Parameters

NameDescription
unusedunused overload-resolution tag