BloombergLP::bdlt::operator|

Return a set containing the union of the specified lhs and rhs sets (i.e., a set containing elements that are in either lhs or rhs or both).

Synopsis

Declared in <bdlt_dayofweekset.h>

bdlt::DayOfWeekSet
operator|(
    DayOfWeekSet const& lhs,
    DayOfWeekSet const& rhs);

Return Value

a set containing the union of lhs and rhs

Parameters

NameDescription
lhsleft-hand set
rhsright-hand set