Using std::string and int inside the union
Is it correct to use std::string
(or other non trivial types) with int
(or other trivial and non trivial types) inside the same union?
Is it correct to use std::string
(or other non trivial types) with int
(or other trivial and non trivial types) inside the same union?