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