NOLINTNEXTLINE(readability-const-return-type) // PR #3263
| 1247 | |
| 1248 | // NOLINTNEXTLINE(readability-const-return-type) // PR #3263 |
| 1249 | reference operator*() const { return Policy::dereference(); } |
| 1250 | // NOLINTNEXTLINE(readability-const-return-type) // PR #3263 |
| 1251 | reference operator[](difference_type n) const { return *(*this + n); } |
| 1252 | pointer operator->() const { return **this; } |
nothing calls this directly
no outgoing calls
no test coverage detected