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

Constructors

Synopses

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

Default constructor.

constexpr
flat_tree() = default;

» more...

Copy constructor.

flat_tree(flat_tree const& other);

» more...

Move constructor.

constexpr
flat_tree(flat_tree&& other) noexcept = default;

» more...

Created with MrDocs