| 
    Static Value-Flow Analysis
    
   | 
 
#include <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 335 of file iterator.h.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 343 of file iterator.h.
      
  | 
  inline | 
Definition at line 346 of file iterator.h.