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