MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / release

Method release

tests/runtime/sptr/intrusive.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 return rc;
28 }
29 uint32_t release()
30 {
31 rc--;
32 return rc;
33 }
34 uint32_t use_count() const
35 {
36 return rc;

Calls

no outgoing calls