MLIR 22.0.0git
mlir::DenseElementsAttr::DerivedAttributeElementIterator< T > Struct Template Reference

#include "mlir/IR/BuiltinAttributes.h"

Inheritance diagram for mlir::DenseElementsAttr::DerivedAttributeElementIterator< T >:

Public Member Functions

mapElement (Attribute attr) const
 Map the element to the iterator result type.

Detailed Description

template<typename T>
struct mlir::DenseElementsAttr::DerivedAttributeElementIterator< T >

Definition at line 511 of file BuiltinAttributes.h.

Member Function Documentation

◆ mapElement()

template<typename T>
T mlir::DenseElementsAttr::DerivedAttributeElementIterator< T >::mapElement ( Attribute attr) const
inline

Map the element to the iterator result type.

Definition at line 519 of file BuiltinAttributes.h.

References mlir::DenseElementsAttr::Attribute().


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