Checks if it is an empty BoxND.
| 205 | |
| 206 | //! Checks if it is an empty BoxND. |
| 207 | [[nodiscard]] AMREX_GPU_HOST_DEVICE |
| 208 | bool isEmpty () const noexcept { return !ok(); } |
| 209 | |
| 210 | //! Checks if it is a proper BoxND (including a valid type). |
| 211 | [[nodiscard]] AMREX_GPU_HOST_DEVICE |
no outgoing calls
no test coverage detected