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.

Exception safety

No‐throw guarantee.

Return Value

true if the objects are equal, false otherwise

Parameters

Name Description

lhs

The left operand

rhs

The right operand

Created with MrDocs