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