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

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

Public Types

using ReturnT = T
 

Static Public Attributes

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

Detailed Description

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

Helper to avoid repeating ourselves on matching void methods

Member Typedef Documentation

◆ ReturnT

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

Member Data Documentation

◆ isVariableAccessor

template<typename T >
constexpr bool tvm::diagnostic::internal::ValidVoidAccessor< T >::isVariableAccessor = false
staticconstexpr

◆ isVoidAccessor

template<typename T >
constexpr bool tvm::diagnostic::internal::ValidVoidAccessor< T >::isVoidAccessor = true
staticconstexpr

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