MCPcopy Create free account
hub / github.com/CCob/lsarelayx / align

Method align

plugin/include/bitsery/serializer.h:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void align() {
92 writeBitsInternal(UnsignedType{}, (details::BitsSize<UnsignedType>::value - _scratchBits) % 8);
93 }
94
95 void currentWritePos(size_t pos) {
96 align();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected