MCPcopy Create free account
hub / github.com/charto/nbind / callWithInts

Method callWithInts

test/Array.cc:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 static std::vector<int> callWithInts(nbind::cbFunction &callback, std::vector<int> a) {
40 return(callback.call<std::vector<int>>(a));
41 }
42
43 static std::vector<std::string> callWithStrings(nbind::cbFunction &callback, std::vector<std::string> a) {
44 return(callback.call<std::vector<std::string>>(a));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected