boost::redis::push_parser::push_parser
Constructs a parser over a range of RESP3 nodes.
Synopsis
Declared in <boost/redis/push_parser.hpp>
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.
Parameters
| Name | Description |
|---|---|
nodes |
A contiguous range of |
Created with MrDocs