Trivial class that is not standard layout and vice versa

97 Views Asked by At

What's an example of a C++ class that is a Trivial class but is not a Standard Layout class?

And vice versa? (A Standard Layout class that is not a Trivial class).

0

There are 0 best solutions below