Template Class BytewiseIterator¶
Defined in File BytewiseIterator.hpp
Class Documentation¶
-
template<typename
It>
classdish2::BytewiseIterator¶ -
Public Functions
-
BytewiseIterator() = default¶
-
BytewiseIterator
operator++(int)¶
-
BytewiseIterator &
operator++()¶
-
const_reference
operator*() const¶
-
bool
operator==(const BytewiseIterator &rhs) const¶
-
bool
operator!=(const BytewiseIterator &rhs) const¶
-