| 686 | using iterator_category = std::input_iterator_tag; |
| 687 | |
| 688 | input_iterator() = default; |
| 689 | input_iterator(input_iterator const&) = default; |
| 690 | input_iterator& operator=( |
| 691 | input_iterator const&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected