Return a set containing the subtraction of the specified rhs set from the specified lhs set (i.e., a set containing elements that are in lhs, but not in rhs).
Synopsis
Declared in <bdlt_dayofweekset.h>
bdlt::DayOfWeekSet
operator‐(
DayOfWeekSet const& lhs,
DayOfWeekSet const& rhs);
Return Value
a set containing the subtraction of rhs from lhs
Parameters
Name |
Description |
lhs |
left‐hand set |
rhs |
right‐hand set |
Created with MrDocs