omni::chrono::month_of_year::operator<<
NAME

omni::chrono::month_of_year::operator<<

A member operator of omni::chrono::month_of_year

#include <omni/types/date_t.hpp>
friend std::ostream& omni::chrono::month_of_year::operator<<(std::ostream& s, const enum_t& c)

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