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

Method reset

include/process/shared.hpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135template <typename T>
136void Shared<T>::reset()
137{
138 data.reset();
139}
140
141
142template <typename T>

Callers 2

SharedMethod · 0.45
ownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected