Lines Matching refs:conjunction
275 struct conjunction : std::true_type {};
279 struct conjunction<P1> : P1 {};
284 struct conjunction<P1, Ps...>
285 : std::conditional<bool(P1::value), conjunction<Ps...>, P1>::type {};
425 using IsDirectlyCompatible = internal::conjunction<
435 using IsCompatibleAfterIgnoringArguments = internal::conjunction<
448 internal::conjunction<
465 internal::conjunction<
929 typename = typename std::enable_if<conjunction<
940 typename = typename std::enable_if<conjunction<
1581 conjunction<
1614 conjunction<