Searched refs:__is_std_unexpected (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dunexpected.h42 struct __is_std_unexpected : false_type {}; struct in inherits:false_type
45 struct __is_std_unexpected<unexpected<_Err>> : true_type {}; struct in inherits:true_type
51 !__is_std_unexpected<_Tp>::value && //
H A Dexpected.h84 !__is_std_unexpected<remove_cv_t<_Tp>>::value &&
201 !__is_std_unexpected<remove_cvref_t<_Up>>::value && is_constructible_v<_Tp, _Up>)
361 !__is_std_unexpected<remove_cvref_t<_Up>>::value &&

Completed in 63 milliseconds