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

Method getInts

test/Array.cc:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 Vector() {}
32
33 static std::vector<int> getInts() {
34 std::vector<int> a {{ 13, 21, 34 }};
35
36 return(a);
37 }
38
39 static std::vector<int> callWithInts(nbind::cbFunction &callback, std::vector<int> a) {
40 return(callback.call<std::vector<int>>(a));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected