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

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

The type of the iterators returned by begin and end.

Synopsis

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

using iterator = node_view const*;

Description

It is guaranteed to be a contiguous iterator. While this is currently a pointer, users shouldn't rely on this fact, as the exact implementation may change between releases.

Created with MrDocs