24#include "boost/format.hpp"
33 if (_y < b._y)
return true;
34 if (_y > b._y)
return false;
36 if (_x0 < b._x0)
return true;
37 if (_x0 > b._x0)
return false;
39 if (_x1 < b._x1)
return true;
Span(int y, int x0, int x1)
bool operator<(const Span &b) const noexcept
std::string toString() const
Return a string-representation of a Span.