How can I access the underlying iterator that a multi_pass
iterator is using?
Asked
Active
Viewed 105 times
3

user541686
- 205,094
- 128
- 528
- 886
-
1`my_Iterator.shared()->input_` seems to work. – Dec 23 '12 at 06:07
-
@llonesmiz: Oooh awesome! I figured I had to look at `shared()` but I had trouble going from there... would you mind posting it as an answer? :D Thanks! – user541686 Dec 23 '12 at 06:35