| 7208 | |
| 7209 | public: |
| 7210 | TOML_NODISCARD_CTOR |
| 7211 | table_iterator() noexcept = default; |
| 7212 | |
| 7213 | TOML_NODISCARD_CTOR |
| 7214 | explicit table_iterator(mutable_map_iterator iter) noexcept // |
nothing calls this directly
no outgoing calls
no test coverage detected