TVM  0.9.4
tvm::diagnostic::internal::CheckAccessor< T, MethodT > Struct Template Reference

#include <tvm/diagnostic/internal/traits.h>

Static Public Attributes

static constexpr bool isVoidAccessor = false
 
static constexpr bool isVariableAccessor = false
 

Detailed Description

template<typename T, typename MethodT>
struct tvm::diagnostic::internal::CheckAccessor< T, MethodT >

This structure is specialized to match the methods we want to register

Member Data Documentation

◆ isVariableAccessor

template<typename T , typename MethodT >
constexpr bool tvm::diagnostic::internal::CheckAccessor< T, MethodT >::isVariableAccessor = false
staticconstexpr

◆ isVoidAccessor

template<typename T , typename MethodT >
constexpr bool tvm::diagnostic::internal::CheckAccessor< T, MethodT >::isVoidAccessor = false
staticconstexpr

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