#include <types-and-constants.hh>
Public Methods | |
bool | operator() (const shm_ID_t x, const shm_ID_t y) const |
Definition at line 288 of file types-and-constants.hh.
|
Definition at line 289 of file types-and-constants.hh.
00289 {
00290 return (x == y);
00291 }
|