MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / sizeInBytes

Method sizeInBytes

Sources/nCine/Base/BitArray.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 std::size_t BitArray::sizeInBytes() const
75 {
76 return BITS_TO_CHARS(_size);
77 }
78
79 void BitArray::resize(ValueInitT, std::size_t sizeInBits)
80 {

Callers 4

RollbackToCheckpointMethod · 0.80
InitializeFromStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected