Struct Grid::Cell

Nested Relationships

This struct is a nested type of Template Class Grid.

Struct Documentation

struct Cell

Definition of a cell in this grid.

Public Functions

Cell() = default
virtual ~Cell() = default

Public Members

_T data

The data we store in the cell.

Coord coord

The coordinate of the cell.