| 7276 | } |
| 7277 | |
| 7278 | TOML_PURE_INLINE_GETTER |
| 7279 | reference operator*() const noexcept |
| 7280 | { |
| 7281 | return *get_proxy(); |
| 7282 | } |
| 7283 | |
| 7284 | TOML_PURE_INLINE_GETTER |
| 7285 | pointer operator->() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected