| 12873 | typename BasicJsonType::reference>::type; |
| 12874 | |
| 12875 | iter_impl() = default; |
| 12876 | ~iter_impl() = default; |
| 12877 | iter_impl(iter_impl&&) noexcept = default; |
| 12878 | iter_impl& operator=(iter_impl&&) noexcept = default; |
nothing calls this directly
no test coverage detected