Skip to content

Struct jac::detail::is_base_of_template_impl

template <template< typename... > class Base, typename Derived>

ClassList > jac > detail > is_base_of_template_impl

Classes

Type Name
struct check <A, class Void>
struct check< A, std::void_t< A< Derived > > > <A>

Public Types

Type Name
typedef decltype(is_callable(std::declval< T * >())) is_callable_t
typedef check< is_callable_t > value_t

Public Static Functions

Type Name
constexpr void is_callable (Base< Ts... > *)

Public Types Documentation

typedef is_callable_t

using jac::detail::is_base_of_template_impl< Base, Derived >::is_callable_t =  decltype(is_callable(std::declval<T*>()));

typedef value_t

using jac::detail::is_base_of_template_impl< Base, Derived >::value_t =  check<is_callable_t>;

Public Static Functions Documentation

function is_callable

template<typename... Ts>
static constexpr void jac::detail::is_base_of_template_impl::is_callable (
    Base< Ts... > *
) 


The documentation for this class was generated from the following file src/jac/machine/class.h