Lines Matching refs:unexpected

465   using unexpected_type = unexpected<_Err>;
521 _Not<is_constructible<unexpected<_Err>, expected<_Up, _OtherErr>&>>,
522 _Not<is_constructible<unexpected<_Err>, expected<_Up, _OtherErr>>>,
523 _Not<is_constructible<unexpected<_Err>, const expected<_Up, _OtherErr>&>>,
524 _Not<is_constructible<unexpected<_Err>, const expected<_Up, _OtherErr>>> >;
564 …const unexpected<_OtherErr>& __unex) noexcept(is_nothrow_constructible_v<_Err, const _OtherErr&>) …
570 …expected(unexpected<_OtherErr>&& __unex) noexcept(is_nothrow_constructible_v<_Err, _OtherErr>) // …
694 _LIBCPP_HIDE_FROM_ABI constexpr expected& operator=(const unexpected<_OtherErr>& __un) {
705 _LIBCPP_HIDE_FROM_ABI constexpr expected& operator=(unexpected<_OtherErr>&& __un) {
1160 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator==(const expected& __x, const unexpected<_E2>&…
1368 _Not<is_constructible<unexpected<_Err>, expected<_Up, _OtherErr>&>>,
1369 _Not<is_constructible<unexpected<_Err>, expected<_Up, _OtherErr>>>,
1370 _Not<is_constructible<unexpected<_Err>, const expected<_Up, _OtherErr>&>>,
1371 _Not<is_constructible<unexpected<_Err>, const expected<_Up, _OtherErr>>>>;
1378 using unexpected_type = unexpected<_Err>;
1421 …const unexpected<_OtherErr>& __unex) noexcept(is_nothrow_constructible_v<_Err, const _OtherErr&>) …
1427 …expected(unexpected<_OtherErr>&& __unex) noexcept(is_nothrow_constructible_v<_Err, _OtherErr>) // …
1517 _LIBCPP_HIDE_FROM_ABI constexpr expected& operator=(const unexpected<_OtherErr>& __un) {
1528 _LIBCPP_HIDE_FROM_ABI constexpr expected& operator=(unexpected<_OtherErr>&& __un) {
1864 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator==(const expected& __x, const unexpected<_E2>&…