AutoResource | ( | MyType && | rrRight | ) |
Constructs an AutoResource object by a given copy which is to be moved (semantically) to the instance being created.
rrRight | is an rvalue reference to an instance of the AutoResource to be moved to the instance being currently constructed. |