[#BloombergLP-bdlt-DayOfWeekSet-operator_xor_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/DayOfWeekSet.adoc[DayOfWeekSet]::operatorˆ= :relfileprefix: ../../../ :mrdocs: Assign to this set the exclusive‐or of this set with the specified `rhs`. == Synopsis Declared in `<bdlt_dayofweekset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/DayOfWeekSet.adoc[DayOfWeekSet]& operatorˆ=(xref:BloombergLP/bdlt/DayOfWeekSet.adoc[DayOfWeekSet] const& rhs); ---- == Description Assign to this set the exclusive‐or of this set with the specified `rhs` set (i.e., a set containing elements that are either in this set, but not `rhs`, or in `rhs`, but not in this set), and return a reference providing modifiable access to this set. == Return Value a reference providing modifiable access to this set == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | set to exclusive‐or with this set |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#