Return the number of local FABs in the FabArray.
| 111 | |
| 112 | //! Return the number of local FABs in the FabArray. |
| 113 | [[nodiscard]] int local_size () const noexcept { return static_cast<int>(indexArray.size()); } |
| 114 | |
| 115 | //! Return constant reference to indices in the FabArray that we have access. |
| 116 | [[nodiscard]] const Vector<int> &IndexArray () const noexcept { return indexArray; } |
no test coverage detected