boost::redis::resp3::flat_tree::at
Returns a reference to the node at the specified position (checked access).
Synopsis
node_view const&
at(std::size_t i) const;
Exception safety
Strong guarantee. Throws std::out_of_range if i >= size().
Parameters
| Name | Description |
|---|---|
i |
Position of the node to return. |
Created with MrDocs