Write the specified rhs set to the specified output stream in some reasonable (single-line) format, and return a reference to stream.
Declared in <bdlt_dayofweekset.h>
std::ostream&
operator<<(
std::ostream& stream,
DayOfWeekSet const& rhs);
a reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| rhs | set to write |