[#BloombergLP-bsltf-TestValuesArray_PostIncrementPtr] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::TestValuesArray_PostIncrementPtr :relfileprefix: ../../ :mrdocs: Wrapper providing non‐modifiable access to a `TestValuesArray` element. == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VALUE> class TestValuesArray_PostIncrementPtr; ---- == Description This class is a wrapper that encapsulates a reference, providing non‐modifiable access to the element of a `TestValuesArray` container. An object of this class is returned by the post‐increment operator of `TestValuesArrayIterator`. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/TestValuesArray_PostIncrementPtr/2constructor.adoc[`TestValuesArray_PostIncrementPtr`] [.small]#[constructor]# | Create a `TestValuesArray_PostIncrementPtr` object having the value of the specified `ptr`. | xref:BloombergLP/bsltf/TestValuesArray_PostIncrementPtr/operator_star.adoc[`operator*`] | Return a reference providing non‐modifiable access to the object referred to by this wrapper. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#