Get a copy of the underlying pointer.
| 583 | |
| 584 | /// Get a copy of the underlying pointer. |
| 585 | wrapped_type data() const |
| 586 | { |
| 587 | return iter; |
| 588 | } |
| 589 | |
| 590 | /// The inaccuracy of the element this iterator points to. |
| 591 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected