Wrapper providing non-modifiable access to a TestValuesArray element.
Declared in <bsltf_testvaluesarray.h>
template<class VALUE>
class TestValuesArray_PostIncrementPtr;
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.
| Name | Description |
|---|---|
TestValuesArray_PostIncrementPtr [constructor] | Create a TestValuesArray_PostIncrementPtr object having the value of the specified ptr. |
operator* | Return a reference providing non-modifiable access to the object referred to by this wrapper. |