bcthund / Project_Parsec

1 stars 0 forks source link

Update Sliders, Fields, and other variable type objects to use std::variant #15

Open bcthund opened 4 years ago

bcthund commented 4 years ago

The variant data type will accept normal data types into a type of overloaded function. By doing so we can get rid of the intermediate handler (AnyField, AnySlider) and get access directly. This should fix the get functions as well because the objects would no longer need to be templates.