Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h73 struct __is_std_expected : false_type {}; struct
76 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 …]