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::operator=
arrow_upward

boost::redis::resp3::flat_tree::operator=

Assignment operators

Synopses

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

Copy assignment.

flat_tree&
operator=(flat_tree const& other);

» more...

Move assignment.

constexpr
flat_tree&
operator=(flat_tree&& other) = default;

» more...

Created with MrDocs