MLIR 22.0.0git
mlir::TypeRangeRange Class Reference

This class provides an abstraction for a range of TypeRange. More...

#include "mlir/IR/TypeRange.h"

Inheritance diagram for mlir::TypeRangeRange:

Public Member Functions

template<typename RangeT>
 TypeRangeRange (const RangeT &range)

Detailed Description

This class provides an abstraction for a range of TypeRange.

This is useful when accessing the types of a range of ranges, such as when using OperandRangeRange.

Definition at line 95 of file TypeRange.h.

Constructor & Destructor Documentation

◆ TypeRangeRange()

template<typename RangeT>
mlir::TypeRangeRange::TypeRangeRange ( const RangeT & range)
inline

Definition at line 98 of file TypeRange.h.

References TypeRangeRange().

Referenced by TypeRangeRange().


The documentation for this class was generated from the following file: