Method
totalSize
* Gets the array2d total size. */
Source from the content-addressed store, hash-verified
| 85 | * Gets the array2d total size. |
| 86 | */ |
| 87 | size_t totalSize() |
| 88 | { |
| 89 | return m_rows * m_cols; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * array2d iterator. |
Tested by
no test coverage detected