TVM  0.9.4
tvm::scheme::internal::ArgCount< T > Class Template Reference

#include <tvm/scheme/internal/CompiledAssignment.h>

Static Public Attributes

static constexpr int count = hasNoArgCtor<T>::value ? 0 : 1
 

Detailed Description

template<typename T>
class tvm::scheme::internal::ArgCount< T >

End of recursion for ArgCount

Member Data Documentation

◆ count

template<typename T >
constexpr int tvm::scheme::internal::ArgCount< T >::count = hasNoArgCtor<T>::value ? 0 : 1
staticconstexpr

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