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