Home
last modified time | relevance | path

Searched defs:_Err (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h308 is_nothrow_copy_constructible_v<_Tp> && in noexcept()
334 is_nothrow_move_constructible_v<_Tp> && in noexcept()
784 …noexcept(is_nothrow_copy_assignable_v<_Err> && is_nothrow_copy_constructible_v<_Err>) // strengthe… in noexcept()
807 is_nothrow_move_constructible_v<_Err>) in noexcept()
828 requires(is_constructible_v<_Err, const _OtherErr&> && is_assignable_v<_Err&, const _OtherErr&>) in requires()
840 requires(is_constructible_v<_Err, _OtherErr> && is_assignable_v<_Err&, _OtherErr>) in requires() argument