Boost.Redis

    • Introduction
    • Requests and responses
    • Cancellation and timeouts
    • Serializing and parsing into custom types
    • Authentication
    • Logging
    • Sentinel
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • boost::redis::resp3::flat_tree::flat_tree
arrow_upward

boost::redis::resp3::flat_tree::flat_tree

Default constructor.

Synopsis

Declared in <boost/redis/resp3/flat_tree.hpp>

constexpr
flat_tree() = default;

Description

Constructs an empty tree, with no nodes, zero node capacity and zero data capacity.

Exception safety

No‐throw guarantee.

Created with MrDocs