Heap_const_iterator
operator++()
operator--()
operator++
operator--
operator*()
operator->()
operator==
operator!=
toggle TOC (ctrl + ⇔)
sal/data/heap.h
Heap_const_iterator | |
---|---|
operator++() | |
operator--() | |
operator++ | |
operator-- | |
operator*() | |
operator->() | |
operator== | |
operator!= |
operator++() | Heap_const_iterator::
operator++()¶
Declaration
Return value
Example
Discussion
operator--() | Heap_const_iterator::
operator--()¶
Declaration
Return value
Example
Discussion
operator++ | Heap_const_iterator::
operator++¶
Declaration
Parameters
int |
Return value
Example
Discussion
operator-- | Heap_const_iterator::
operator--¶
Declaration
Parameters
int |
Return value
Example
Discussion
operator*() | Heap_const_iterator::
operator*()¶
Declaration
Return value
Example
Discussion
operator->() | Heap_const_iterator::
operator->()¶
Declaration
Return value
Example
Discussion
operator== | Heap_const_iterator::
operator==¶
Declaration
Parameters
other |
Return value
Example
Discussion
operator!= | Heap_const_iterator::
operator!=¶
Declaration
Parameters
other |
Return value
Example
Discussion