boost::redis::resp3::flat_tree::flat_tree
Copy constructor.
Synopsis
flat_tree(flat_tree const& other);
Description
Constructs a tree by copying the nodes in other. After the copy, *this and other have independent lifetimes (usual copy semantics).
Parameters
| Name | Description |
|---|---|
other |
The object to copy construct from |
Created with MrDocs