Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ add
Method
add
example/macro.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
class Calc {
20
public:
21
constexpr auto add(int i) { return i; }
22
constexpr auto add(int a, int b) { return a + b; }
23
};
24
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected