The set of operations supported by the unique_ptr class include

A) the dereferencing operators * and ->, the post and pre increment operators ++, and the post and pre decrement operators --.
B) the dereferencing operators * and ->.
C) the assignment operator.
D) the delete operator.
E) None of the above

B) the dereferencing operators * and ->.

Computer Science & Information Technology

You might also like to view...

The Word feature ________ is used to create customized letters or labels by combining a source document with a data source

A) mailer B) mail merge C) merge documents D) letter writer

Computer Science & Information Technology

Data members of a class are also known as ____.

A. instance variables B. data elements C. manipulators D. initializers

Computer Science & Information Technology