BloombergLP::bsltf::TestValuesArraySentinel

Sentinel marking the past-the-end position for TestValuesArrayIterator.

Synopsis

Declared in <bsltf_testvaluesarray.h>

template<class VALUE>
class TestValuesArraySentinel;

Member Functions

NameDescription
TestValuesArraySentinel [constructor]Constructors
address Return the position (address) referenced by this sentinel.

Friends

NameDescription
BloombergLP::bsltf::operator!=Return true if the specified sentinel and iterator do not refer to the same element, and false otherwise.
BloombergLP::bsltf::operator!=Return true if the specified iterator and sentinel do not refer to the same element, and false otherwise.
BloombergLP::bsltf::operator==Return true if the specified sentinel and iterator refer to the same element, and false otherwise.
BloombergLP::bsltf::operator==Return true if the specified iterator and sentinel refer to the same element, and false otherwise.

Non-Member Functions

NameDescription
operator!=Return true if lhs and rhs do not refer to the same element.
operator==Return whether sentinel and iterator refer to the same element.