TVM  0.9.4
tvm::diagnostic::internal::ValidVariableAccessor< T > Struct Template Reference

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

Public Types

using ReturnT = T
 

Static Public Attributes

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

Detailed Description

template<typename T>
struct tvm::diagnostic::internal::ValidVariableAccessor< T >

Helper to avoid repeating ourselves on matching variables methods

Member Typedef Documentation

◆ ReturnT

template<typename T >
using tvm::diagnostic::internal::ValidVariableAccessor< T >::ReturnT = T

Member Data Documentation

◆ isVariableAccessor

template<typename T >
constexpr bool tvm::diagnostic::internal::ValidVariableAccessor< T >::isVariableAccessor = true
staticconstexpr

◆ isVoidAccessor

template<typename T >
constexpr bool tvm::diagnostic::internal::ValidVariableAccessor< T >::isVoidAccessor = false
staticconstexpr

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