The [variant](https://en.cppreference.com/w/cpp/utility/variant) class let define a variable with multiple types. May we use internally the data_t class?
The variant class let define a variable with multiple types. May we use internally the data_t class?