#include <variant>
#include <tvm/internal/CallbackManager.h>
Go to the source code of this file.
◆ TVM_DEFINE_LW_NON_LW_CONVERSION_OPERATORS
| #define TVM_DEFINE_LW_NON_LW_CONVERSION_OPERATORS |
( |
|
className, |
|
|
|
T, |
|
|
|
L |
|
) |
| |
Value: className(const className<!L> & other) : abstract::SingleSolvingRequirement<T, L>(other) {} \
className & operator=(const className<!L> & other) \
{ \
abstract::SingleSolvingRequirement<T, L>::operator=(other); \
return *this; \
} \
className & operator=(const T & val) \
{ \
abstract::SingleSolvingRequirement<T, L>::operator=(val); \
return *this; \
}