| 11152 | return new Iterator(this, generators_, false); |
| 11153 | } |
| 11154 | ParamIteratorInterface<ParamType>* End() const override { |
| 11155 | return new Iterator(this, generators_, true); |
| 11156 | } |
| 11157 | |
| 11158 | private: |
| 11159 | template <class I> |
nothing calls this directly
no outgoing calls
no test coverage detected