示例#1
0
void PrintTo(const FloatSize& size, std::ostream* os) {
  *os << size.toString();
}