Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ add
Function
add
01.07-nestedRequirement0/main.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
21
auto
22
add(Args&&... args)
23
{
24
return (... + args);
25
}
26
27
28
int main()
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected