boost::redis::push_parser::push_parser

Constructs a parser over a range of RESP3 nodes.

Synopsis

explicit
push_parser(span<resp3::node_view const> nodes) noexcept;

Object lifetimes

No copy of nodes is made. The underlying nodes range must remain valid for the lifetime of this parser.

Exception safety

No‐throw guarantee.

Parameters

Name Description

nodes

A contiguous range of resp3::node_view to parse.

Created with MrDocs