! This constructor creates an empty \p array2d vector. */
| 150 | /*! This constructor creates an empty \p array2d vector. |
| 151 | */ |
| 152 | array2d(void) |
| 153 | : Parent(), pitch(0), values(0) {} |
| 154 | |
| 155 | /*! This constructor creates a array2d vector with the given |
| 156 | * shape. |
nothing calls this directly
no test coverage detected