My Project
|
This class implements iteration on the types of a given range of values. More...
#include <OperationSupport.h>
Public Types | |
using | reference = Type |
Public Member Functions | |
Type | operator* () const |
Provide a const dereference method. More... | |
ValueTypeIterator (ValueIteratorT it) | |
Initializes the type iterator to the specified value iterator. More... | |
This class implements iteration on the types of a given range of values.
using mlir::ValueTypeIterator< ValueIteratorT >::reference = Type |
|
inline |
Initializes the type iterator to the specified value iterator.
|
inline |
Provide a const dereference method.