omni::chrono::timer_sync_type::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