Template Struct is_callable< Fun(Args…)>

Inheritance Relationships

Base Type

  • public decltypeis_callable_tester::test< Fun, Args... >

Struct Documentation

template<typename Fun, typename ...Args>
struct is_callable<Fun(Args...)> : public decltypeis_callable_tester::test<Fun, Args...>