Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
void COMLike::Release()
15
{
16
puts(
"release"
);
17
}
18
19
template<typename T>
20
concept HasRelease = requires(T t) { t.Release(); };
Callers
2
main.cpp
File · 0.45
~optional
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected