omni::object::operator<<
NAME

omni::object::operator<<

A member operator of omni::object

#include <omni/object.hpp>
friend std::ostream& omni::object::operator<<(std::ostream& s, const omni::object& c)


OVERLOADS

friend std::wostream& omni::object::operator<<(std::wostream& s, const omni::object& c)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top