This struct represents a reference‐counted value. Note that comparison of d_count is intentionally omitted from the free equality‐comparison operators of this class.
Synopsis
Declared in <bdlc_compactedarray.h>
template<class TYPE>
struct CompactedArray_CountedValue;
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Assign to this object the underlying object value and reference count of the specified |
Data Members
Name |
Description |
Reference count of the stored object. |
|
Footprint of the stored object value. |
Non-Member Functions
Name |
Description |
Return |
|
Return |
|
Return |
Created with MrDocs