Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Add
Function
Add
01.12-testingRequirements0/main.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
template<typename... Args>
34
requires Addable<Args...>
35
auto Add(Args&&... args)
36
{
37
return (... + args);
38
}
39
40
// #A Class template stub to create the different needed
41
// properties
Callers
1
main.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected