Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dcommon_type.h29 using __cond_type = decltype(false ? std::declval<_Tp>() : std::declval<_Up>()); variable
36 struct __common_type3<_Tp, _Up, void_t<__cond_type<const _Tp&, const _Up&>>> {
37 using type = remove_cvref_t<__cond_type<const _Tp&, const _Up&>>;