#include "math/size.hpp"
#include <ostream>
#include "math/sizef.hpp"
Go to the source code of this file.
Definition at line 29 of file size.cpp.
00030 { 00031 return s << "Size(" << size.width << ", " << size.height << ")"; 00032 }