Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Just a cursory search on Github should put this idea to rest. You can do a code search for std::optional and .value() and see that only about 20% of uses of std::optional make use of .value(). The overwhelming majority of uses off std::optional use * to access the value.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: