A move assignment operator for the C_auto_ptr classes. The standard copy assignment operator is disallowed for the class (see std::unique_ptr::operator=).
rrRight | is an rvalue reference to the C_auto_ptr instance of the same template instantiation. The contents of the parameter object is moved into the constructed one. |