Searched refs:__cond_type (Results 1 – 1 of 1) sorted by relevance
29 using __cond_type = decltype(false ? std::declval<_Tp>() : std::declval<_Up>()); variable36 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&>>;