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

Method Data

include/process/shared.hpp:183–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182template <typename T>
183Shared<T>::Data::Data(T* _t)
184 : t(CHECK_NOTNULL(_t)), owned(false) {}
185
186
187template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected