NAME
A member operator of omni::stopwatch
omni::stopwatch::operator<<
A member operator of omni::stopwatch
#include <omni/chrono/stopwatch.hpp>friend std::wostream& omni::stopwatch::operator<<(std::wostream& s, const omni::stopwatch& c)
PARAMETERS
top
s - The std::wostream value being written to. c - The instance object to be written to.
top