#include "../stdext/types.h"
#include <sstream>
#include <cmath>
Go to the source code of this file.
|
template<class T > |
std::ostream & | operator<< (std::ostream &out, const TPoint< T > &point) |
|
template<class T > |
std::istream & | operator>> (std::istream &in, TPoint< T > &point) |
|
◆ Point
◆ PointF
◆ operator<<()
template<class T >
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const TPoint< T > & |
point |
|
) |
| |
◆ operator>>()
template<class T >
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
TPoint< T > & |
point |
|
) |
| |