[#BloombergLP-bsltf-TestValuesArraySentinel-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TestValuesArraySentinel.adoc[TestValuesArraySentinel]::TestValuesArraySentinel :relfileprefix: ../../../ :mrdocs: 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArraySentinel/2constructor-06.adoc[TestValuesArraySentinel](); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArraySentinel/2constructor-06.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArraySentinel/2constructor-0c.adoc[TestValuesArraySentinel](VALUE const* end); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArraySentinel/2constructor-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#