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