32 using Iterator::Iterator;
34 using value_type = Iterator::value_type::InfoType;
35 using reference =
const value_type&;
36 using pointer =
const value_type*;
40 reference operator*()
const {
return Iterator::operator*().info(); }
42 pointer operator->()
const {
return &Iterator::operator->().info(); }