Exception safety guarantees
This part discusses exception safety with an example!
We'll cover the following...
We'll cover the following...
So far everything looks nice and smooth… but what happens when there’s an exception during the creation of the alternative in a variant?
Example:
In the first case - with the assignment operator - the ...