boost::redis::push_parser::iterator

Iterator over parsed Pub/Sub messages.

Synopsis

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

boost::redis::operator!=

Inequality operator

boost::redis::operator==

Equality operator

boost::redis::push_parser

A range that parses Pub/Sub messages from a sequence of RESP3 nodes.

Created with MrDocs