MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Data

Class Data

include/process/owned.hpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62private:
63 struct Data
64 {
65 explicit Data(T* t);
66 ~Data();
67
68 std::atomic<T*> t;
69 };
70
71 std::shared_ptr<Data> data;
72};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected