| 7296 | TOML_CONSTRAINED_TEMPLATE(!C, bool C = IsConst) |
| 7297 | TOML_PURE_INLINE_GETTER |
| 7298 | explicit operator const const_map_iterator() const noexcept |
| 7299 | { |
| 7300 | return iter_; |
| 7301 | } |
| 7302 | |
| 7303 | TOML_PURE_INLINE_GETTER |
| 7304 | friend bool operator==(const table_iterator& lhs, const table_iterator& rhs) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected