MCPcopy Create free account
hub / github.com/charto/nbind / ~PrimitiveMethods

Method ~PrimitiveMethods

test/PrimitiveMethods.cc:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 ~PrimitiveMethods() {
19 state++;
20 }
21
22 static bool negateStatic(bool x) {return(!x);}
23 bool negate(bool x) const {return(!x);}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected