List Question
10 TechQA 2025-01-06 08:32:03What 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?
351 views
Asked by Dickless
How can I initialize this std::variant data member which has two similar alternatives?
126 views
Asked by DuduArbel
How to delegate constructors for std::variant?
161 views
Asked by phinz
How to store parametric, strongly typed function for a text-based command console
114 views
Asked by alexpanter
Unable to update std::variant in consteval context
148 views
Asked by Aakash Gupta
How does the "overloaded" trick for calling visit on variants in C++ actually work?
76 views
Asked by jwezorek
Unordered map vs map
120 views
Asked by Keivan