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

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

Returns an iterator past the last element in the node range.

Synopsis

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

iterator
end() const noexcept;

Exception safety

No‐throw guarantee.

Return Value

An iterator past the last element in the node range.

Created with MrDocs