Searched refs:__is_std_expected (Results 1 – 1 of 1) sorted by relevance
73 struct __is_std_expected : false_type {}; struct76 struct __is_std_expected<expected<_Tp, _Err>> : true_type {};558 (!is_same_v<remove_cv_t<_Tp>, bool> || !__is_std_expected<remove_cvref_t<_Up>>::value))923 …static_assert(__is_std_expected<_Up>::value, "The result of f(**this) must be a specialization of …936 …static_assert(__is_std_expected<_Up>::value, "The result of f(**this) must be a specialization of …950 …__is_std_expected<_Up>::value, "The result of f(std::move(**this)) must be a specialization of std…964 …__is_std_expected<_Up>::value, "The result of f(std::move(**this)) must be a specialization of std…1650 …static_assert(__is_std_expected<_Up>::value, "The result of f() must be a specialization of std::e…1663 …static_assert(__is_std_expected<_Up>::value, "The result of f() must be a specialization of std::e…1676 …static_assert(__is_std_expected<_Up>::value, "The result of f() must be a specialization of std::e…[all …]