Return a set containing the exclusive-or of the specified lhs and rhs sets.
Declared in <bdlt_dayofweekset.h>
bdlt::DayOfWeekSet
operator^(
DayOfWeekSet const& lhs,
DayOfWeekSet const& rhs);
Return a set containing the exclusive-or of the specified lhs and rhs sets (i.e., a set containing elements that are either in lhs, but not rhs, or in rhs, but not lhs).
a set containing the exclusive-or of lhs and rhs
| Name | Description |
|---|---|
| lhs | left-hand set |
| rhs | right-hand set |