Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h64 struct __is_std_expected : false_type {}; struct
67 struct __is_std_expected<expected<_Tp, _Err>> : true_type {};
556 (!is_same_v<remove_cv_t<_Tp>, bool> || !__is_std_expected<remove_cvref_t<_Up>>::value))
921 …static_assert(__is_std_expected<_Up>::value, "The result of f(**this) must be a specialization of …
934 …static_assert(__is_std_expected<_Up>::value, "The result of f(**this) must be a specialization of …
948__is_std_expected<_Up>::value, "The result of f(std::move(**this)) must be a specialization of std…
962__is_std_expected<_Up>::value, "The result of f(std::move(**this)) must be a specialization of std…
975 …static_assert(__is_std_expected<_Gp>::value, "The result of f(error()) must be a specialization of…
988 …static_assert(__is_std_expected<_Gp>::value, "The result of f(error()) must be a specialization of…
1002__is_std_expected<_Gp>::value, "The result of f(std::move(error())) must be a specialization of st…
[all …]