Module unique

Source
Expand description

Implements an allocator-aware smart pointer called Unique.

Structs§

Unique
An allocator-aware smart pointer similar to C++’s unique_ptr.