MLIR  19.0.0git
Public Member Functions | List of all members
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 92 of file TypeRange.h.

Constructor & Destructor Documentation

◆ TypeRangeRange()

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

Definition at line 95 of file TypeRange.h.


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