Searched defs:is_callable (Results 1 – 2 of 2) sorted by relevance
615 struct is_callable : std::is_function<T> { }; struct
940 struct is_callable<Fun(Args...)> : decltype(is_callable_tester::test<Fun, Args...>(0)) {}; struct