7#ifndef BOOST_REDIS_RESP3_NODE_HPP
8#define BOOST_REDIS_RESP3_NODE_HPP
10#include <boost/redis/resp3/type.hpp>
12namespace boost::redis::resp3 {
27template <
class String>
48template <
class String>
A node in the response tree.
std::size_t depth
The depth of this node in the response tree.
std::size_t aggregate_size
The number of elements of an aggregate.
type data_type
The RESP3 type of the data in this node.
String value
The actual data. For aggregate types this is usually empty.
auto operator==(basic_node< String > const &a, basic_node< String > const &b)
Compares a node for equality.