VariantTalk
VariantTalk copied to clipboard
Example code and slides for my talk "std::variant and the Power of Pattern Matching"
Results
1
VariantTalk issues
Sort by
recently updated
recently updated
newest added
After the talk I suggested a downside to variants being complete, so extending a variant later (e.g. in the case of events). I came up with a possible solution: ```cpp...