A structure that holds the value and the strong reference count for an Arc.
More...
Public Member Functions | |
| ArcPointee (T &&value, size_t strong_count) | |
Public Attributes | |
| T | value |
| std::atomic< size_t > | strong_count |
A structure that holds the value and the strong reference count for an Arc.
| T | The type of the object being pointed to. |