How can I access the underlying iterator that a multi_pass
iterator is using?
The underlying iterator seems to be stored in the input_
member of the protected iterator member member
. You can get access to it via the method shared
.
my_iterator.shared()->input_;