MCPcopy 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
37auto add(Args&&... args) noexcept
38{
39 return (... + args);
40}
41
42class Rational {
43public:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected