Grant the equality comparison operator access to this class's private members.
Declared in <bdlb_variant.h>
bool
operator==(
VariantImp<VARIANT_TYPES> const& lhs,
VariantImp<VARIANT_TYPES> const& rhs);
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |