Return a set containing the exclusive‐or of the specified lhs and rhs sets.
Synopsis
Declared in <bdlt_dayofweekset.h>
bdlt::DayOfWeekSet
operatorˆ(
DayOfWeekSet const& lhs,
DayOfWeekSet const& rhs);
Description
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).
Return Value
a set containing the exclusive‐or of lhs and rhs
Parameters
Name |
Description |
lhs |
left‐hand set |
rhs |
right‐hand set |
Created with MrDocs