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