예제 #1
0
 iterator_arrow<Container> operator->() {
   return apply_arrow(this->sub_iter);
 }
예제 #2
0
 iterator_arrow<CombinatorType> operator->() {
   apply_arrow(this->comb_iter);
 }