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