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

Method Data

include/process/owned.hpp:197–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196template <typename T>
197Owned<T>::Data::Data(T* _t)
198 : t(CHECK_NOTNULL(_t)) {}
199
200
201template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected