omni::math::shape_comparator::operator<<
NAME

omni::math::shape_comparator::operator<<

A member operator of omni::math::shape_comparator

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

SYNOPSIS

The std::ostream 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::ostream value being written to. c - The instance object to be written to.

top