Declared in <bsltf_testvaluesarray.h>
template<class VALUE>
class TestValuesArraySentinel;
| Name | Description |
|---|---|
TestValuesArraySentinel [constructor] | Constructors |
address | Return the position (address) referenced by this sentinel. |
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
operator!= | Return true if the specified lhs and the specified rhs do not refer to the same element, and false otherwise. The behavior is undefined unless lhs and rhs are comparable. |
operator== | Return true if the specified lhs and the specified rhs refer to the same element, and false otherwise. The behavior is undefined unless lhs and rhs are comparable. |