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