Home
last modified time | relevance | path

Searched defs:__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