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::empty
arrow_upward

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

Checks whether the tree is empty.

Synopsis

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

bool
empty() const noexcept;

Exception safety

No‐throw guarantee.

Return Value

true if the tree contains no nodes, false otherwise.

Created with MrDocs