#include "PageTable.h"
PTE & PageTable::operator[](const int index) {
return this->entries.at(index);
}