Constructors

Synopses

Declared in <bsltf_testvaluesarray.h>

Create a sentinel object that "refers" to nullptr. Note that a default constructor is required by the bsl::sentinel_for concept.

Create a sentinel object that refers the specified end position (address). Note that no facility is provided to change the position of a sentinel object.

TestValuesArraySentinel(VALUE const* end);

Created with MrDocs