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

Move constructor.

Synopsis

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

Description

Constructs a tree by taking ownership of the nodes in other.

Object lifetimes

References to the nodes and strings in other remain valid.

Exception safety

No‐throw guarantee.

Parameters

Name Description

other

The object to move construct from

Created with MrDocs