Template Class BytewiseIterator

Class Documentation

template<typename It>
class dish2::BytewiseIterator

Public Types

using value = unsigned char
using reference = value&
using const_reference = const value&
using iterator_category = std::forward_iterator_tag

Public Functions

BytewiseIterator() = default
BytewiseIterator(const It &element_it_)
BytewiseIterator operator++(int)
BytewiseIterator &operator++()
const_reference operator*() const
bool operator==(const BytewiseIterator &rhs) const
bool operator!=(const BytewiseIterator &rhs) const