! This constructor creates an empty \p array2d vector. */
| 374 | /*! This constructor creates an empty \p array2d vector. |
| 375 | */ |
| 376 | array2d_view(void) |
| 377 | : Parent(), pitch(0), values(0) {} |
| 378 | |
| 379 | /*! This constructor creates a array2d_view from another array2d_view. |
| 380 | * \param a array2d_view used to create this array2d_view. |
nothing calls this directly
no outgoing calls
no test coverage detected