MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / add

Function add

tests/conceptsRequiresRequiresTest.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 template<typename T>
5 requires requires (T x) { x + x; }
6 T add(T a, T b) { return a + b; }
7};
8
9int main() {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected