Ejemplo n.º 1
0
bool Location::operator == (const Location& rhs) const {
  return boost::iequals(url_, rhs.URL());
}
Ejemplo n.º 2
0
bool Location::operator < (const Location& rhs) const {
  return boost::ilexicographical_compare(url_, rhs.URL());
}