logoalt Hacker News

Maxataryesterday at 8:38 PM0 repliesview on HN

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.