MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / Release

Method Release

01.32-optional5/main.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14void COMLike::Release()
15{
16 puts("release");
17}
18
19template<typename T>
20concept HasRelease = requires(T t) { t.Release(); };

Callers 2

main.cppFile · 0.45
~optionalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected