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