Nov 15, 2024
Post comments count6
Post likes count3
How do I put a non-copyable, non-movable, non-constructible object into a std::optional
?

Taking advantage of the conversion operator.