[#BloombergLP-bsltf-TestValuesArraySentinel] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::TestValuesArraySentinel :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VALUE> class TestValuesArraySentinel; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/TestValuesArraySentinel/2constructor-03.adoc[`TestValuesArraySentinel`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bsltf/TestValuesArraySentinel/address.adoc[`address`] | Return the position (address) referenced by this sentinel. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bsltf/operator_not_eq-051.adoc[BloombergLP::bsltf::operator!=]` | Return `true` if the specified sentinel and iterator do _not_ refer to the same element, and `false` otherwise. | `xref:BloombergLP/bsltf/operator_not_eq-069.adoc[BloombergLP::bsltf::operator!=]` | Return `true` if the specified iterator and sentinel do _not_ refer to the same element, and `false` otherwise. | `xref:BloombergLP/bsltf/operator_eq-0f3.adoc[BloombergLP::bsltf::operator==]` | Return `true` if the specified sentinel and iterator refer to the same element, and `false` otherwise. | `xref:BloombergLP/bsltf/operator_eq-0849.adoc[BloombergLP::bsltf::operator==]` | Return `true` if the specified iterator and sentinel refer to the same element, and `false` otherwise. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/operator_not_eq-02f.adoc[`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. | xref:BloombergLP/bsltf/operator_eq-03ee.adoc[`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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#