Lines Matching defs:rhs
115 constexpr expected(const expected<U, G>& rhs) { in expected()
134 constexpr explicit expected(const expected<U, G>& rhs) { in expected()
154 constexpr expected(expected<U, G>&& rhs) { in expected()
173 constexpr explicit expected(expected<U, G>&& rhs) { in expected()
317 void swap(expected& rhs) noexcept( in swap()
440 constexpr expected(const expected<U, G>& rhs) { in expected()
448 constexpr explicit expected(const expected<U, G>& rhs) { in expected()
457 constexpr expected(expected<U, G>&& rhs) { in expected()
465 constexpr explicit expected(expected<U, G>&& rhs) { in expected()
555 void swap(expected& rhs) noexcept(std::is_nothrow_move_constructible_v<E>) { in swap()
636 constexpr unexpected(const unexpected<Err>& rhs) in unexpected()
651 constexpr explicit unexpected(const unexpected<Err>& rhs) in unexpected()
667 constexpr unexpected(unexpected<Err>&& rhs) in unexpected() function
682 constexpr explicit unexpected(unexpected<Err>&& rhs) in unexpected() function