Login
From:
www.foonathan.net
(Uncensored)
subscribe
Nested Optionals, Expected and Composition
https://www.foonathan.net/2018/12/nested-optionals-expected/
links
backlinks
Roast topics
Find topics
Find it!
`std::optional` means a `T` which might not be there. `std::optional>` means a `std::optional` which might not be there, so a `T` which might not be there, which might not be there. Is that the same as `std::optional` or something different?