Expand description
This module holds the CArcArray and CWeakArray types and their implementations.
It also provides the CArcArrayBuilder type for iteratively constructing CArcArray.
Structsยง
- CArc
Array - A smart pointer that can be used to share ownership of a value.
- CArc
Array Builder - This is a builder for
CArcArray. It is used to iteratively construct aCArcArray, without the need of intermediate allocations. - CWeak
Array - A weak reference to the underlying
CArcArray.