|
Lines 61-67
Link Here
|
| 61 |
} value; |
61 |
} value; |
| 62 |
|
62 |
|
| 63 |
/** Initializes the cell to be empty. */ |
63 |
/** Initializes the cell to be empty. */ |
| 64 |
input_cell(nullptr_t); |
64 |
input_cell(std::nullptr_t); |
| 65 |
/** Boolean cell value. */ |
65 |
/** Boolean cell value. */ |
| 66 |
input_cell(bool b); |
66 |
input_cell(bool b); |
| 67 |
/** The char array must be null-terminated. */ |
67 |
/** The char array must be null-terminated. */ |