#include <types-and-constants.hh>
Public Methods | |
bool | operator() (const virtual_page_ID_t x, const virtual_page_ID_t y) const |
Definition at line 246 of file types-and-constants.hh.
|
Definition at line 247 of file types-and-constants.hh.
00248 {
00249 return (x == y);
00250 }
|