List Question
10 TechQA 2014-11-11 05:18:08Why does std::optional not have a specialization for reference types?
46.1k views
Asked by Tomilov Anatoliy
Do std::optional and boost::optional respect alignment restrictions of the managed object?
985 views
Asked by patatahooligan
Why std::optional::value() &&; return &&?
1.2k views
Asked by Draks
Performance between std::vector and std::array<std::optional>, n> to store small amount of data?
213 views
Asked by blaoi
How to upcast an static std::optional
530 views
Asked by rstr1112
How to rewrite with boost::optional in C++11?
160 views
Asked by javauser
Converting one std::optional to another std::optional
2.1k views
Asked by Patrick
Getting an optional of a class derived from abstract class, from a class derived from abstract class
100 views
Asked by bmetz
How std::optional library handles emplace operation?
152 views
Asked by green blanket
Is it possible to convert an object to std::optional without move or copy constructor?
59 views
Asked by Jo3kerR