コード例 #1
0
ファイル: task.cpp プロジェクト: saga-project/saga-cpp
 /** Doxygen generates namespace function from friend impls... */
 bool operator< (task const & lhs, task const & rhs)
 {
   return lhs.get_id() < rhs.get_id();
 }