|
LLVM
3.7.0
|
An iterator type that allows iterating over the pointees via some other iterator. More...
#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 231 of file iterator.h.
|
default |
|
inline |
Definition at line 238 of file iterator.h.
|
inline |
Definition at line 241 of file iterator.h.
1.8.6