Read-only iterator.
More...
#include <array3.h>
|
bool | active () const |
| Get if a cell is active.
|
|
bool | filled () const |
| Get if a cell is filled.
|
|
const T & | operator() () const |
| Get the value. More...
|
|
const T * | ptr () const |
| Get const pointer to the value. More...
|
|
template<class T>
class array3< T >::const_iterator
Read-only iterator.
◆ operator()()
template<class T >
const T& array3< T >::const_iterator::operator() |
( |
| ) |
const |
|
inline |
Get the value.
- Returns
- Value on the cell.
◆ ptr()
template<class T >
const T* array3< T >::const_iterator::ptr |
( |
| ) |
const |
|
inline |
Get const pointer to the value.
- Returns
- Const pointer to the value on the cell.
The documentation for this class was generated from the following file: