Searched defs:noexcept (Results 1 – 2 of 2) sorted by relevance
74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept() function76 …Expected(Unexpected<E> e) noexcept(std::is_nothrow_move_constructible_v<E>) : v_(std::move(e.Value… in noexcept() function120 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept() function124 T &operator*() & noexcept(ExpectedConfig::RELEASE) in noexcept() function128 T &&operator*() && noexcept(ExpectedConfig::RELEASE) in noexcept() function
74 …Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::in_place_index<VALUE_IND… in noexcept() function78 Expected(Unexpected<E> e) noexcept(std::is_nothrow_move_constructible_v<E>) in noexcept() function126 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept() function131 T &operator*() &noexcept(ExpectedConfig::RELEASE) in noexcept() function135 T &&operator*() &&noexcept(ExpectedConfig::RELEASE) in noexcept() function