Searched refs:IsAnyInvocable (Results 1 – 5 of 5) sorted by relevance
101 struct IsAnyInvocable : std::false_type {}; struct104 struct IsAnyInvocable<AnyInvocable<Sig>> : std::true_type {};453 : IsAnyInvocable<DecayedT>::value
103 struct IsAnyInvocable : std::false_type {}; struct106 struct IsAnyInvocable<AnyInvocable<Sig>> : std::true_type {};455 : IsAnyInvocable<DecayedT>::value
103 struct IsAnyInvocable : std::false_type {}; struct106 struct IsAnyInvocable<AnyInvocable<Sig>> : std::true_type {};463 : IsAnyInvocable<DecayedT>::value