| 7302 | |
| 7303 | TOML_PURE_INLINE_GETTER |
| 7304 | friend bool operator==(const table_iterator& lhs, const table_iterator& rhs) noexcept |
| 7305 | { |
| 7306 | return lhs.iter_ == rhs.iter_; |
| 7307 | } |
| 7308 | |
| 7309 | TOML_PURE_INLINE_GETTER |
| 7310 | friend bool operator!=(const table_iterator& lhs, const table_iterator& rhs) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected