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