omni::chrono::day_of_week_iso_8601::operator<<

SYNOPSIS

The std::ostream operator for this instance.

top

DESCRIPTION

Turns this instance into a string value, pushing it onto the stream.

top

RETURN VALUES

The stream value passed in.

top


PARAMETERS

s - The std::ostream value being written to. c - The instance object to be written to.

top