13 template<
typename M,
typename T>
14 constexpr inline bool method_callable_with_helper =
false;
16 template<
typename Tag,
typename R, concepts::RemoveCVRefSameAs<This> Self,
typename... BArgs,
typename T>
17 constexpr inline bool method_callable_with_helper<types::Method<
Tag, R(Self, BArgs...)>, T> =
19 InvocableTo<Tag const&, R, meta::Like<Self, T>, BArgs...>;
22template<
typename M,
typename T>
Definition method_callable_with.h:23
Definition any_storable.h:9
di::meta::Decay< decltype(T)> Tag
Definition tag_invoke.h:28