Searched refs:__conjunction_impl (Results 1 – 1 of 1) sorted by relevance
26 struct __conjunction_impl { struct27 using type = conditional_t<!bool(_Arg::value), _Arg, typename __conjunction_impl<_Args...>::type>; argument31 struct __conjunction_impl<_Arg> {36 struct conjunction : __conjunction_impl<true_type, _Args...>::type {};