1.
To enable a constructor to be used to convert a type to a class, one must prefix the constructor with the "implicit" (no quotes) keyword.
std::optional is:
a type whose instances own/store a value of type T
a type whose instances own/store any value other than a value of type T
a type whose instances either own/store a value of type T or no value at all
3.
The acronym RAII stands for:
Run-time Adjustments In Itinerary
Real Allocation Is Important
Resource Allocation Is Itemized
Resource Acquisition Is Initialization
4.
type-safe heterogeneous container able to store many objects whose types are of the types in the T... list of types
type-safe heterogeneous container able to store one (1) object whose type is one of the types in the T... list of types
type-safe heterogeneous container able to store objects whose types are each one of the types in the T... list of types stored in that order
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here