constexpr const E& error() const& noexcept;
(1) (since C++23)constexpr E& error() & noexcept;
(2) (since C++23)constexpr const E&& error() const&& noexcept;
(3) (since C++23)constexpr E&& error() && noexcept;
(4) (since C++23)Accesses the unexpected value contained in *this.
If has_value() is true, the behavior is undefined.
(until C++26)If has_value() is true:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4