boost::redis::resp3::flat_tree::flat_tree
Move constructor.
Synopsis
constexpr
flat_tree(flat_tree&& other) noexcept = default;
Object lifetimes
Iterators, pointers and references to the nodes and strings in other remain valid.
Parameters
| Name | Description |
|---|---|
other |
The object to move construct from |
Created with MrDocs