Searched refs:can_call (Results 1 – 1 of 1) sorted by relevance
66 struct can_call : decltype(detail::can_call_test::f<F, A...>(0)) { }; struct69 inline constexpr can_call<F, A...> is_callable_with(F &&) noexcept in is_callable_with()71 return can_call<F, A...>{}; in is_callable_with()