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

Function NBIND_CLASS

test/Array.cc:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51#ifdef NBIND_CLASS
52
53NBIND_CLASS(Array) {
54 construct<>();
55
56 method(getInts);
57 method(callWithInts);
58}
59
60NBIND_CLASS(Vector) {
61 construct<>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected