Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
godbolt.org
(Uncensored)
subscribe
Compiler Explorer
https://godbolt.org/z/jWvfKxhzx
links
backlinks
int main() { std::expected<std::vector<int>, std::string> success(std::in_place, {1, 2, 3}); std::expected<std::pair<bool, bool>, int> pack(std::in_place, true, false); }