#include <types-and-constants.hh>
Public Methods | |
bool | operator() (const task_ID_t x, const task_ID_t y) |
Definition at line 262 of file types-and-constants.hh.
|
Definition at line 263 of file types-and-constants.hh.
00263 {
00264 return (x == y);
00265 }
|