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