#include "board/Rect.h"
Namespaces | |
namespace | BoardLib |
Functions | |
Rect | BoardLib::operator|| (const Rect &rectA, const Rect &rectB) |
std::ostream & | operator<< (std::ostream &out, const BoardLib::Rect &rect) |
std::ostream& operator<< | ( | std::ostream & | out, | |
const BoardLib::Rect & | rect | |||
) |
Stream output operator for Rect structure.
out | An output stream. | |
rect | A Rect struct. |