Return a unique ID of the reference
| 849 | |
| 850 | //! Return a unique ID of the reference |
| 851 | [[nodiscard]] RefID getRefID () const noexcept { return RefID { m_ref.get() }; } |
| 852 | |
| 853 | //! Return index type of this BoxArray |
| 854 | [[nodiscard]] IndexType ixType () const noexcept { return m_bat.index_type(); } |
no test coverage detected