| 111 | concat_reference_t<V1, V2>> |
| 112 | { |
| 113 | constexpr either_iterator_impl() = default; |
| 114 | constexpr either_iterator_impl(iterator_t<V1> it) : it_(it) {} |
| 115 | template<typename V = V2> |
| 116 | constexpr either_iterator_impl(iterator_t<V> it) : it_(it) |
nothing calls this directly
no outgoing calls
no test coverage detected