Classes | Static Public Member Functions | Static Public Attributes | List of all members
sol::meta::meta_detail::is_callable< T, std::enable_if_t<!std::is_final< unqualified_t< T > >::value &&std::is_class< unqualified_t< T > >::value &&!std::is_destructible< unqualified_t< T > >::value > > Struct Template Reference

#include <sol.hpp>

Classes

struct  Check
 
struct  Derived
 
struct  F
 

Static Public Member Functions

template<typename V >
static sfinae_no_t test (Check< void(F::*)(),&V::operator()>*)
 
template<typename >
static sfinae_yes_t test (...)
 

Static Public Attributes

static constexpr bool value = std::is_same_v<decltype(test<Derived>(0)), sfinae_yes_t>
 

Detailed Description

template<typename T>
struct sol::meta::meta_detail::is_callable< T, std::enable_if_t<!std::is_final< unqualified_t< T > >::value &&std::is_class< unqualified_t< T > >::value &&!std::is_destructible< unqualified_t< T > >::value > >

Definition at line 1896 of file sol.hpp.

Member Function Documentation

template<typename T >
template<typename V >
static sfinae_no_t sol::meta::meta_detail::is_callable< T, std::enable_if_t<!std::is_final< unqualified_t< T > >::value &&std::is_class< unqualified_t< T > >::value &&!std::is_destructible< unqualified_t< T > >::value > >::test ( Check< void(F::*)(),&V::operator()>*  )
static
template<typename T >
template<typename >
static sfinae_yes_t sol::meta::meta_detail::is_callable< T, std::enable_if_t<!std::is_final< unqualified_t< T > >::value &&std::is_class< unqualified_t< T > >::value &&!std::is_destructible< unqualified_t< T > >::value > >::test (   ...)
static

Member Data Documentation

template<typename T >
constexpr bool sol::meta::meta_detail::is_callable< T, std::enable_if_t<!std::is_final< unqualified_t< T > >::value &&std::is_class< unqualified_t< T > >::value &&!std::is_destructible< unqualified_t< T > >::value > >::value = std::is_same_v<decltype(test<Derived>(0)), sfinae_yes_t>
static

Definition at line 1914 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:52