Return true if the specified trees have the same value.

Synopsis

Declared in <ball_categorymanager_radixtree.h>

bool
operator==(
    CategoryManager_RadixTree<t_TYPE> const& lhs,
    CategoryManager_RadixTree<t_TYPE> const& rhs);

Return Value

true if lhs and rhs have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs