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

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

Inheritance diagram for tvm::scheme::internal::hasNoArgCtor< T >:
Collaboration diagram for tvm::scheme::internal::hasNoArgCtor< T >:

Detailed Description

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

Traits-like class to detect if class T has a constructor accepting an instance of NoArg as argument. The class derives from std::true_type if this is the case and std::false_type otherwise.


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