List Question
10 TechQA 2020-10-07 18:03:55What 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?
354 views
Asked by Dickless
How can I initialize this std::variant data member which has two similar alternatives?
128 views
Asked by DuduArbel
How to delegate constructors for std::variant?
163 views
Asked by phinz
How to store parametric, strongly typed function for a text-based command console
118 views
Asked by alexpanter
Unable to update std::variant in consteval context
161 views
Asked by Aakash Gupta
How does the "overloaded" trick for calling visit on variants in C++ actually work?
75 views
Asked by jwezorek
Unordered map vs map
121 views
Asked by Keivan