Ditto 4.13.0
Loading...
Searching...
No Matches
ditto::ArcPointee< T > Struct Template Reference

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

value
std::atomic< size_t > strong_count

Detailed Description

template<typename T>
struct ditto::ArcPointee< T >

A structure that holds the value and the strong reference count for an Arc.

Deprecated
ArcPointee is used internally by the Ditto C++ SDK and is not intended for public use.
Template Parameters
TThe type of the object being pointed to.