[#BloombergLP-bsltf-TestValuesArray_PostIncrementPtr] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::TestValuesArray_PostIncrementPtr :relfileprefix: ../../ :mrdocs: This class is a wrapper that encapsulates a reference, providing non‐modifiable access to the element of `TestValuesArray` container. Object of this class is returned by post increment operator of TestValuesArray' container. == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VALUE> class TestValuesArray_PostIncrementPtr; ---- == 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]#