Structs§
Functions§
Type Aliases§
- Unique
Selector_ Single Object - UniquePtr is a smart pointer that wholly owns a resource. Ownership may be transferred out of a UniquePtr through explicit action, but otherwise the resource is destroyed when the UniquePtr is destroyed.