Boost.Redis

    • Introduction
    • Requests and responses
    • Cancellation and timeouts
    • Serializing and parsing into custom types
    • Logging
    • Sentinel
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • boost::redis::resp3::flat_tree::get_view
arrow_upward

boost::redis::resp3::flat_tree::get_view

Returns a vector with the nodes in the tree.

Synopsis

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

view_tree const&
get_view() const noexcept;

Description

This is the main way to access the contents of the tree.

Exception safety

No‐throw guarantee.

Return Value

The nodes in the tree.

Created with MrDocs