Layout model of the control block shared by shared_ptr/weak_ptr, used for sizing.
Declared in <memusage.h>
struct stl_shared_counter;
| Name | Description |
|---|---|
class_type | Pointer to the type/vtable information of the control block. |
use_count | Number of shared_ptr references. |
weak_count | Number of weak_ptr references. |