Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
godbolt.org
(Uncensored)
subscribe
Compiler Explorer
https://godbolt.org/z/hY6sbY9K4
links
backlinks
int main() { std::expected<int, std::string> success{42}; std::cout << success.has_value() << ", " << success.value() << '\n'; }