omni::stopwatch::operator<<
NAME

omni::stopwatch::operator<<

A member operator of omni::stopwatch

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


OVERLOADS

friend std::wostream& omni::stopwatch::operator<<(std::wostream& s, const omni::stopwatch& 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