boost::redis::push_parser::iterator
Iterator over parsed Pub/Sub messages.
Synopsis
Declared in <boost/redis/push_parser.hpp>
class iterator { /* see-below */ };
Description
Models std::input_iterator. Iterators are invalidated when the push_parser they refer to is destroyed or when the underlying node range is modified.
The exact iterator type is unspecified.
Friends
| Name | Description |
|---|---|
Inequality operator |
|
Equality operator |
|
A range that parses Pub/Sub messages from a sequence of RESP3 nodes. |
Created with MrDocs