| 36 | return &axis_ == &other.axis_ && idx_ == other.idx_; |
| 37 | } |
| 38 | typename Axis::bin_type dereference() const { return axis_[idx_]; } |
| 39 | friend class ::boost::iterator_core_access; |
| 40 | |
| 41 | const Axis& axis_; |
nothing calls this directly
no outgoing calls
no test coverage detected