MCPcopy Create free account
hub / github.com/Gecode/gecode / n

Function n

gecode/int/arithmetic/pow-ops.hpp:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace Gecode { namespace Int { namespace Arithmetic {
35
36 forceinline
37 PowOps::PowOps(int n0) : n(n0) {}
38
39 forceinline bool
40 PowOps::even(int m) {

Callers 4

base.hppFile · 0.50
bkMethod · 0.50
initMethod · 0.50
base.hppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected