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?
335 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?
141 views
Asked by phinz
How to store parametric, strongly typed function for a text-based command console
97 views
Asked by alexpanter
Unable to update std::variant in consteval context
130 views
Asked by Aakash Gupta
How does the "overloaded" trick for calling visit on variants in C++ actually work?
54 views
Asked by jwezorek
Unordered map vs map
99 views
Asked by Keivan