Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__expected/
H A Dunexpected.h42 struct __is_std_unexpected : false_type {}; struct
45 struct __is_std_unexpected<unexpected<_Err>> : 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 &&