| 7282 | } |
| 7283 | |
| 7284 | TOML_PURE_INLINE_GETTER |
| 7285 | pointer operator->() const noexcept |
| 7286 | { |
| 7287 | return get_proxy(); |
| 7288 | } |
| 7289 | |
| 7290 | TOML_PURE_INLINE_GETTER |
| 7291 | explicit operator const map_iterator&() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected