Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
NCollection_ForwardRangeIterator< HostType >::PostfixProxy Struct Reference

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_typeoperator* () const
 

Data Fields

value_type myValue
 

Detailed Description

template<typename HostType>
struct NCollection_ForwardRangeIterator< HostType >::PostfixProxy

Postfix increment: captures the current value, then advances. Returns a proxy holding the old value (safe for non-copyable hosts).

Member Function Documentation

◆ operator*()

template<typename HostType >
const value_type & NCollection_ForwardRangeIterator< HostType >::PostfixProxy::operator* ( ) const
inline

Field Documentation

◆ myValue


The documentation for this struct was generated from the following file: