Needed for access from friend functions. We could just store the array and ID here instead of the ref, but meh.
| 844 | // Needed for access from friend functions. We could just store the array |
| 845 | // and ID here instead of the ref, but meh. |
| 846 | ArrayType* GetArray() const noexcept { return this->Ref.Array; } |
| 847 | IdStorageType& GetId() noexcept { return this->Ref.Id; } |
| 848 | const IdStorageType& GetId() const noexcept { return this->Ref.Id; } |
| 849 |
no outgoing calls
no test coverage detected