ifm3d
|
Public Types | |
using | iterator_category = std::random_access_iterator_tag |
using | difference_type = std::ptrdiff_t |
using | value_type = T |
using | pointer = T * |
using | reference = T & |
Public Member Functions | |
Iterator (uint8_t *ptr) | |
reference | operator* () const |
pointer | operator-> () |
Iterator & | operator++ () |
Iterator | operator++ (std::int32_t) |
bool | operator- (const Iterator &rhs) const noexcept |
Friends | |
bool | operator== (const Iterator &a, const Iterator &b) |
bool | operator!= (const Iterator &a, const Iterator &b) |