Searched refs:__is_std_unexpected (Results 1 – 2 of 2) sorted by relevance
45 struct __is_std_unexpected : false_type {}; struct48 struct __is_std_unexpected<unexpected<_Err>> : true_type {};54 !__is_std_unexpected<_Tp>::value && //
449 … !is_same_v<remove_cv_t<_Tp>, unexpect_t> && !__is_std_unexpected<remove_cv_t<_Tp>>::value &&555 is_constructible_v<_Tp, _Up> && !__is_std_unexpected<remove_cvref_t<_Up>>::value &&668 …requires(!is_same_v<expected, remove_cvref_t<_Up>> && !__is_std_unexpected<remove_cvref_t<_Up>>::v…