#include "sudoku.h" #include "reg.h" box& reg::iterator::operator*() const { return p->a[y][x]; }