------------------------------ Data Information Functions ------------------------------ // * Check whether memory has been allocated. * @return True if no memory has been allocated, false otherwise. */
| 226 | * @return True if no memory has been allocated, false otherwise. |
| 227 | */ |
| 228 | inline bool empty() const |
| 229 | { |
| 230 | return (mVolume == 0); |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Return a vector with the size of each dimension allocated. |
no outgoing calls
no test coverage detected