boost::redis::resp3::operator==
Equality operator.
Synopsis
bool
operator==(
flat_tree const& lhs,
flat_tree const& rhs);
Description
Two trees are equal if they contain the same nodes in the same order. Capacities are not taken into account.
Parameters
| Name | Description |
|---|---|
lhs |
The left operand |
rhs |
The right operand |
Created with MrDocs