Searched refs:is_invocable (Results 1 – 2 of 2) sorted by relevance
19 struct is_invocable : std::false_type {}; struct22 struct is_invocable<void_t<invoke_result_<F, Args...>>, F, Args...>35 struct is_invocable : invoke_detail::is_invocable<void, F, Args...> {};
173 static_assert(is_invocable<const _t<std::decay<Func>>, Args&&...>{}, ""); in construct()