#include <types-and-constants.hh>
Public Methods | |
bool | operator() (const context_ID_t x, const context_ID_t y) const |
Definition at line 270 of file types-and-constants.hh.
|
Definition at line 271 of file types-and-constants.hh.
00271 {
00272 return (x == y);
00273 }
|