Home
last modified time | relevance | path

Searched refs:__conjunction_impl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dconjunction.h26 struct __conjunction_impl { struct
27 using type = conditional_t<!bool(_Arg::value), _Arg, typename __conjunction_impl<_Args...>::type>; argument
31 struct __conjunction_impl<_Arg> {
36 struct conjunction : __conjunction_impl<true_type, _Args...>::type {};