BloombergLP::bdlb::TransparentEqualTo::operator()

Return true if the specified lhs is equal to the specified rhs and false otherwise.

Synopsis

Declared in <bdlb_transparentequalto.h>

template<
    class LHS,
    class RHS>
bool
operator()(
    LHS const& lhs,
    RHS const& rhs) const;

Return Value

true if lhs and rhs compare equal, and false otherwise

Parameters

NameDescription
lhsleft-hand operand to compare
rhsright-hand operand to compare