#include <bsltf_testvaluesarray.h>
◆ TestValuesArraySentinel() [1/2]
Create a sentinel object that "refers" to nullptr.
- Note
- Note that a default constructor is required by the
bsl::sentinel_for concept.
◆ TestValuesArraySentinel() [2/2]
Create a sentinel object that refers the specified end position (address).
- Note
- Note that no facility is provided to change the position of a sentinel object.
◆ address()
Return the position (address) referenced by this sentinel.
◆ operator!= [1/2]
template<class VALUE >
template<class OTHER_VALUE >
◆ operator!= [2/2]
template<class VALUE >
template<class OTHER_VALUE >
◆ operator== [1/2]
template<class VALUE >
template<class OTHER_VALUE >
◆ operator== [2/2]
template<class VALUE >
template<class OTHER_VALUE >
The documentation for this class was generated from the following file: