Example #1
0
 friend bool priority_order(timer const &a, timer const &b) {
   return a.expires_at() < b.expires_at();
 }