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

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

Returns an iterator to the first element of the reversed node range.

Synopsis

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

reverse_iterator
rbegin() const noexcept;

Description

Allows iterating the range of nodes in reverse order.

Exception safety

No‐throw guarantee.

Return Value

An iterator to the first node of the reversed range.

Created with MrDocs