ifm3d
ifm3d::Buffer::Iterator< T > Struct Template Reference

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-> ()
 
Iteratoroperator++ ()
 
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)
 

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