Skip to main content

Module carc_array

Module carc_array 

Source
Expand description

This module holds the CArcArray and CWeakArray types and their implementations. It also provides the CArcArrayBuilder type for iteratively constructing CArcArray.

Structsยง

CArcArray
A smart pointer that can be used to share ownership of a value.
CArcArrayBuilder
This is a builder for CArcArray. It is used to iteratively construct a CArcArray, without the need of intermediate allocations.
CWeakArray
A weak reference to the underlying CArcArray.