NOLINTNEXTLINE(readability-const-return-type) // PR #3263
| 1558 | |
| 1559 | // NOLINTNEXTLINE(readability-const-return-type) // PR #3263 |
| 1560 | reference operator*() const { |
| 1561 | init(); |
| 1562 | return value; |
| 1563 | } |
| 1564 | |
| 1565 | pointer operator->() const { |
| 1566 | init(); |