| 
    LLVM 22.0.0git
    
   | 
 
An iterator type that allows iterating over the pointees via some other iterator. More...
#include "llvm/ADT/iterator.h"
An iterator type that allows iterating over the pointees via some other iterator.
The typical usage of this is to expose a type that iterates over Ts, but which is implemented with some iterator over T*s:
Definition at line 320 of file iterator.h.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 327 of file iterator.h.
      
  | 
  inline | 
Definition at line 330 of file iterator.h.