Esempio n. 1
0
void PrintTo(const IntPoint& point, std::ostream* os) {
  *os << point.toString();
}