Searched defs:CustomPointerIterator (Results 1 – 1 of 1) sorted by relevance
539 struct CustomPointerIterator struct543 using base_type =547 explicit CustomPointerIterator(std::list<int>::iterator I) : base_type(I) {} in CustomPointerIterator() function550 int *operator*() const { return &*base_type::wrapped(); } in operator *()