List Question
10 TechQA 2024-10-25 20:34: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?
1k 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?
234 views
Asked by blaoi
How to upcast an static std::optional
553 views
Asked by rstr1112
How to rewrite with boost::optional in C++11?
180 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
114 views
Asked by bmetz
How std::optional library handles emplace operation?
171 views
Asked by green blanket
Is it possible to convert an object to std::optional without move or copy constructor?
74 views
Asked by Jo3kerR