MLIR
20.0.0git
|
This trait is used to determine if a storage user, like Type, is mutable or not. More...
#include "mlir/IR/StorageUniquerSupport.h"
Additional Inherited Members | |
Protected Member Functions inherited from mlir::detail::StorageUserTraitBase< ConcreteType, IsMutable > | |
ConcreteType | getInstance () const |
Return the derived instance. More... | |
This trait is used to determine if a storage user, like Type, is mutable or not.
A storage user is mutable if ImplType of the derived class defines a mutate
function with a proper signature. Note that this trait is not supposed to be used publicly. Users should use alias names like TypeTrait::IsMutable
instead.
Definition at line 64 of file StorageUniquerSupport.h.