#include <tvm/internal/meta.h>
|
| template<typename... T> |
| static std::true_type | check (Base< T... > const volatile &) |
| |
| static std::false_type | check (...) |
| |
template<template< typename... > class Base>
struct tvm::internal::is_base< Base >
An helper struct used by derives_from.
◆ check() [1/2]
template<template< typename... > class Base>
Fallback function that will be used for type not deriving from Base<T...>.
◆ check() [2/2]
template<template< typename... > class Base>
template<typename... T>
Accept any class derived from Base<T...>.
The documentation for this struct was generated from the following file: