47 CL_API_CORE std::ostream&
operator<<(std::ostream& s,
const Rect& rect);
48 CL_API_CORE std::ostream&
operator<<(std::ostream& s,
const Rectf& rect);
49 CL_API_CORE std::ostream&
operator<<(std::ostream& s,
const Rectd& rect);
50 CL_API_CORE std::ostream&
operator<<(std::ostream& s,
const Point& point);
51 CL_API_CORE std::ostream&
operator<<(std::ostream& s,
const Pointf& point);
52 CL_API_CORE std::ostream&
operator<<(std::ostream& s,
const Pointd& point);
53 CL_API_CORE std::ostream&
operator<<(std::ostream& s,
const Size& size);
54 CL_API_CORE std::ostream&
operator<<(std::ostream& s,
const Sizef& size);
57 CL_API_CORE std::ostream& operator<<(std::ostream& s, const Vec2<T>& vec)
66 CL_API_CORE std::ostream& operator<<(std::ostream& s, const Vec3<T>& vec)
76 CL_API_CORE std::ostream& operator<<(std::ostream& s, const Vec4<T>& vec)
CL_API_CORE std::ostream & operator<<(std::ostream &s, const Rect &rect)