| AutoResource | ( | handle_rref | rrefHandle, |
| closer_rref | rrefCloser | ||
| ) |
Constructs an AutoResource object from an rvalue handle and closer using move semantics, with the default checker object.
| rrefHandle | is an rvalue reference to a resource handle which is to be owned and managed by the created object. |
| rrefCloser | is an rvalue reference to a closer object to be used for closing handles owned and managed by the created instance of the AutoResource. |