boost::redis::any_adapter::on_node
Calls the implementation with the arguments impl_(parse_event::node, ...);
Synopsis
void
on_node(
resp3::node_view const& nd,
system::error_code& ec);
Parameters
| Name | Description |
|---|---|
nd |
A node in the response tree that does not own its data. |
Created with MrDocs