Examlex

Solved

A Tuple's ________ Uses the Assignment Operator (=) to Copy

question 51

Multiple Choice

A tuple's ________ uses the assignment operator (=) to copy the elements of the tuple in the right operand into a tuple of the same type in the left operand. The element types stored in the constructor argument must be copy assignable.


Definitions:

Related Questions