Example #1
0
void PrintTo(const FloatRect& rect, std::ostream* os) {
  *os << rect.toString();
}