#include <Consumer.hh>
Public Methods | |
bool | operator() (const context_ID_t x, const context_ID_t y) const |
Definition at line 188 of file Consumer.hh.
|
Definition at line 189 of file Consumer.hh.
00189 {
00190 return (x == y);
00191 }
|