Return the number of FABs in the FabArray.
| 108 | |
| 109 | //! Return the number of FABs in the FabArray. |
| 110 | [[nodiscard]] int size () const noexcept { return static_cast<int>(boxarray.size()); } |
| 111 | |
| 112 | //! Return the number of local FABs in the FabArray. |
| 113 | [[nodiscard]] int local_size () const noexcept { return static_cast<int>(indexArray.size()); } |