예제 #1
0
void PrintTo(const FloatPoint& point, std::ostream* os) {
  *os << point.toString();
}