Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ operator()
Method
operator()
examples/source/docs/as_function.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
int main() {
5
struct callable {
6
int operator()(int a, bool b) {
7
return a + (b ? 10 : 20);
8
}
9
};
10
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected