NAME
A member operator of omni::system::architecture_type
OVERLOADS
omni::system::architecture_type::operator<<
A member operator of omni::system::architecture_type
#include <omni/system.hpp>friend std::ostream& omni::system::architecture_type::operator<<(std::ostream& s, const omni::system::architecture_type& c)OVERLOADS
friend std::wostream& omni::system::architecture_type::operator<<(std::wostream& s, const omni::system::architecture_type& c)
friend std::ostream& omni::system::architecture_type::operator<<(std::ostream& s, const enum_t& c)
friend std::wostream& omni::system::architecture_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