\brief The current length (in rows) of the array
| 319 | |
| 320 | /// \brief The current length (in rows) of the array |
| 321 | int num_rows() const { return num_rows_; } |
| 322 | |
| 323 | /// \brief The current allocated length (in rows) of the array |
| 324 | int num_rows_allocated() const { return num_rows_allocated_; } |
no test coverage detected