Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charto/nbind
/ callWithInts
Method
callWithInts
test/Array.cc:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
static std::array<int, 3> callWithInts(nbind::cbFunction &callback, std::array<int, 3> a) {
22
return(callback.call<std::array<int, 3>>(a));
23
}
24
25
};
26
Callers
1
test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected