|
MLIR 22.0.0git
|
Functions | |
| template<template< typename T > class... Traits> | |
| bool | hasTrait (TypeID traitID) |
| Returns true if this given Trait ID matches the IDs of any of the provided trait types Traits. | |
| template<> | |
| bool | hasTrait (TypeID traitID) |
| bool mlir::detail::storage_user_base_impl::hasTrait | ( | TypeID | traitID | ) |
Returns true if this given Trait ID matches the IDs of any of the provided trait types Traits.
Definition at line 75 of file StorageUniquerSupport.h.
References mlir::TypeID::get().
Referenced by mlir::detail::StorageUserBase< ConcreteType, BaseType, StorageType, detail::AttributeUniquer, Traits... >::getHasTraitFn().
Definition at line 85 of file StorageUniquerSupport.h.