Ejemplo n.º 1
0
 /** Doxygen generates namespace function from friend impls... */
 bool operator< (task const & lhs, task const & rhs)
 {
   return lhs.get_id() < rhs.get_id();
 }