List Question
10 TechQA 2024-11-25 07:25:02What is the best way to disable implicit conversion from pointer types to bool when constructing an std::variant?
1.1k views
Asked by jwezorek
How can classes with `std::variant` members be copied safely?
3.3k views
Asked by Ευάριστος
Why std::unique_ptr isn't optimized while std::variant can?
330 views
Asked by Dickless
How can I initialize this std::variant data member which has two similar alternatives?
106 views
Asked by DuduArbel
How to delegate constructors for std::variant?
142 views
Asked by phinz
How to store parametric, strongly typed function for a text-based command console
95 views
Asked by alexpanter
Unable to update std::variant in consteval context
127 views
Asked by Aakash Gupta
How does the "overloaded" trick for calling visit on variants in C++ actually work?
51 views
Asked by jwezorek
Unordered map vs map
99 views
Asked by Keivan