Ejemplo n.º 1
0
void PrintTo(const IntSize& size, std::ostream* os) {
  *os << size.toString();
}