![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Postfix increment: captures the current value, then advances. Returns a proxy holding the old value (safe for non-copyable hosts). More...
#include <NCollection_ForwardRange.hxx>
Public Member Functions | |
| const value_type & | operator* () const |
Data Fields | |
| value_type | myValue |
Postfix increment: captures the current value, then advances. Returns a proxy holding the old value (safe for non-copyable hosts).
|
inline |
| value_type NCollection_ForwardRangeIterator< HostType >::PostfixProxy::myValue |