| 20 | typename Axis::bin_type> { |
| 21 | public: |
| 22 | explicit iterator_over(const Axis& axis, int idx) |
| 23 | : axis_(axis), idx_(idx) {} |
| 24 | |
| 25 | iterator_over(const iterator_over&) = default; |
| 26 | iterator_over& operator=(const iterator_over&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected