operator [] method

ChessFenRow operator [](
  1. int key
)

Get row

Implementation

ChessFenRow operator [](int key) {
  return _rows[key];
}