MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / IsEven

Method IsEven

extra/yassl/taocrypt/include/integer.hpp:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 bool IsPositive() const { return NotNegative() && NotZero(); }
186 bool NotPositive() const { return !IsPositive(); }
187 bool IsEven() const { return GetBit(0) == 0; }
188 bool IsOdd() const { return GetBit(0) == 1; }
189
190 Integer& operator=(const Integer& t);

Callers 2

AS2Function · 0.80
AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected