boost::redis::resp3::basic_tree
A RESP3 tree that owns its data.
Synopsis
Declared in <boost/redis/resp3/tree.hpp>
template<
class String,
class Allocator = std::allocator<basic_node<String>>>
using basic_tree = std::vector<basic_node<String>, Allocator>;
Created with MrDocs