omni::geometry::raw_point3d::operator<<
NAME

omni::geometry::raw_point3d::operator<<

A member operator of omni::geometry::raw_point3d

#include <omni/geometry/point3d.hpp>
friend std::wostream& omni::geometry::raw_point3d::operator<<(std::wostream& s, const omni::geometry::raw_point3d<T>& c)

SYNOPSIS

The std::wostream operator for this instance.

top

DESCRIPTION

Turns this instance into a string value, pushing it onto the stream.

top

RETURN VALUES

The stream value passed in.

top


PARAMETERS

s - The std::wostream value being written to. c - The instance object to be written to.

top