BloombergLP::bdlt::operator~

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

NameDescription
setset whose complement is returned