Expand description
Type-erased strategies for sharing and cloning resources.
Traits
- A smart pointer strategy to switch between copy-on-write or copy-up-front techniques.
- A mutable wrapper for a dynamic memory allocation which may fail.
Functions
- A free function implementation of
Handle::eq_ref()
.