MCPcopy 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}
30auto Add(Args&&... args) noexcept
31{
32 return (... + args);
33}
34
35
36class Rational {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected