Class MessageParser::Iterator
Defined in File message_parser.h
Nested Relationships
This class is a nested type of Template Class MessageParser.
Class Documentation
-
class Iterator
Public Types
-
using iterator_category = std::forward_iterator_tag
-
using difference_type = int
-
using pointer = value_type*
-
using reference = value_type&
Public Functions
-
Iterator(const std::byte *const data_begin, std::size_t length)
Friends
- friend class MessageParser< SupportedMessages >
-
using iterator_category = std::forward_iterator_tag