MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / HaveBitValue

Method HaveBitValue

src/base/AFBitValue.hpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 bool HaveBitValue(const int nIndex)
105 {
106 return GetBitValue(nIndex) != NoneValue;
107 }
108
109 ////////////////////////////////////////////////////////////////////////////////////////
110 static int GetFirstNoValueIndex(const T& nValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected