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