Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ add
Method
add
example/overload.cpp:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
struct Addable {
15
constexpr auto add(int i) { return te::call<int>(add_impl, *this, i); }
16
constexpr auto add(int a, int b) {
17
return te::call<int>(add_impl, *this, a, b);
18
}
Callers
1
Addable
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected