Wrapper providing non‐modifiable access to a TestValuesArray element.

Synopsis

Declared in <bsltf_testvaluesarray.h>

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

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.

Created with MrDocs