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

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

Static Public Attributes

static constexpr int count = ArgCount<Args...>::count + (hasNoArgCtor<T>::value ? 0 : 1)
 

Detailed Description

template<typename T, typename... Args>
class tvm::scheme::internal::ArgCount< T, Args >

Given a list of types, count how many of then have a constructor accepting NoArg

Member Data Documentation

◆ count

template<typename T , typename... Args>
constexpr int tvm::scheme::internal::ArgCount< T, Args >::count = ArgCount<Args...>::count + (hasNoArgCtor<T>::value ? 0 : 1)
staticconstexpr

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