|
|
using | difference_type = std::ptrdiff_t |
|
using | value_type = ArgonPtr<ScalarType> |
|
|
| Iterator (ScalarType *pointer) |
|
ArgonPtr< ScalarType > | operator* () const |
|
Iterator & | operator++ () |
|
void | operator++ (int) |
|
|
bool | operator== (const Iterator &a, const Iterator &b) |
|
bool | operator== (const Iterator &a, const ScalarType *pointer) |
|
bool | operator!= (const Iterator &a, const Iterator &b) |
|
bool | operator!= (const Iterator &a, const ScalarType *pointer) |
The documentation for this struct was generated from the following file: