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

boost::redis::resp3::flat_tree::data

Returns a pointer to the underlying node storage.

Synopsis

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

node_view const*
data() const noexcept;

Exception safety

No‐throw guarantee.

Return Value

A pointer to the underlying node array.

Created with MrDocs