Returns the underlying pointer to the dim4 object
| 101 | |
| 102 | /// Returns the underlying pointer to the dim4 object |
| 103 | dim_t *get() { return dims; } |
| 104 | |
| 105 | /// Returns the underlying pointer to the dim4 object |
| 106 | const dim_t *get() const { return dims; } |
no outgoing calls
no test coverage detected