boost::redis::resp3::flat_tree::flat_tree
Move constructor.
Synopsis
constexpr
flat_tree(flat_tree&& other) noexcept = default;
Parameters
| Name | Description |
|---|---|
other |
The object to move construct from |
Created with MrDocs