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

Function incrementInt

test/Functions.cc:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <string>
6
7int incrementInt(int x) { return(x + 1); }
8int decrementInt(int x) { return(x - 1); }
9
10#include "nbind/nbind.h"

Callers 1

callAddInt2Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected