Return a set containing the complement of the specified set (i.e., those members not contained in set).
Synopsis
Declared in <bdlt_dayofweekset.h>
bdlt::DayOfWeekSet
operator~(DayOfWeekSet const& set);
Return Value
a set containing the complement of set
Parameters
Name |
Description |
set |
set whose complement is returned |
Created with MrDocs