Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Add
Function
Add
01.10-compoundRequirement1/main.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
{ (... + args) } noexcept -> same_as<first_arg_t<Args...>>;
29
}
30
auto Add(Args&&... args) noexcept
31
{
32
return (... + args);
33
}
34
35
36
class Rational {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected