Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ add
Function
add
01.08-compoundRequirement0/main.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
37
auto add(Args&&... args) noexcept
38
{
39
return (... + args);
40
}
41
42
class Rational {
43
public:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected