MLIR 23.0.0git
mlir::AttrTypeSubElementHandler< std::tuple< Ts... >, std::enable_if_t< has_sub_attr_or_type_v< Ts... > > > Struct Template Reference

Implementation for Tuple. More...

#include "mlir/IR/AttrTypeSubElements.h"

Inheritance diagram for mlir::AttrTypeSubElementHandler< std::tuple< Ts... >, std::enable_if_t< has_sub_attr_or_type_v< Ts... > > >:

Public Types

using DefaultHandlerTag
 Tag indicating that this handler does not support sub-elements.

Static Public Member Functions

static void walk (const std::tuple< Ts... > &param, AttrTypeImmediateSubElementWalker &walker)
static auto replace (const std::tuple< Ts... > &param, AttrSubElementReplacements &attrRepls, TypeSubElementReplacements &typeRepls)

Detailed Description

template<typename... Ts>
struct mlir::AttrTypeSubElementHandler< std::tuple< Ts... >, std::enable_if_t< has_sub_attr_or_type_v< Ts... > > >

Implementation for Tuple.

Definition at line 474 of file AttrTypeSubElements.h.

Member Typedef Documentation

◆ DefaultHandlerTag

using mlir::AttrTypeSubElementHandler< std::tuple< Ts... >, std::enable_if_t< has_sub_attr_or_type_v< Ts... > > >::DefaultHandlerTag

Tag indicating that this handler does not support sub-elements.

Definition at line 408 of file AttrTypeSubElements.h.

Member Function Documentation

◆ replace()

template<typename... Ts>
auto mlir::AttrTypeSubElementHandler< std::tuple< Ts... >, std::enable_if_t< has_sub_attr_or_type_v< Ts... > > >::replace ( const std::tuple< Ts... > & param,
AttrSubElementReplacements & attrRepls,
TypeSubElementReplacements & typeRepls )
inlinestatic

◆ walk()

template<typename... Ts>
void mlir::AttrTypeSubElementHandler< std::tuple< Ts... >, std::enable_if_t< has_sub_attr_or_type_v< Ts... > > >::walk ( const std::tuple< Ts... > & param,
AttrTypeImmediateSubElementWalker & walker )
inlinestatic

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