コード例 #1
0
ファイル: location.cpp プロジェクト: lpradel/loot
bool Location::operator == (const Location& rhs) const {
  return boost::iequals(url_, rhs.URL());
}
コード例 #2
0
ファイル: location.cpp プロジェクト: lpradel/loot
bool Location::operator < (const Location& rhs) const {
  return boost::ilexicographical_compare(url_, rhs.URL());
}