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

Method GetBitLength

src/base/AFBitValue.hpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 static int GetBitLength()
57 {
58 return sizeof(T) * 8;
59 }
60
61 int GetFirstNoValueIndex()
62 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected