review use of variants
Some uses of std:variant:
- VariantForSampleItems in Model/Sample/SampleItem
- ItemForRealSpace in View/SampleDesigner
Why a variant? Why not polymorphism?
Edited by Wuttke, Joachim
Some uses of std:variant:
Why a variant? Why not polymorphism?