CustomUintFormatter alias that serializes integers in big‐endian byte order.
Synopsis
Declared in <serialize.h>
template<int Bytes>
using BigEndianFormatter = CustomUintFormatter<Bytes, true>;
Created with MrDocs
CustomUintFormatter alias that serializes integers in big‐endian byte order.
Declared in <serialize.h>
template<int Bytes>
using BigEndianFormatter = CustomUintFormatter<Bytes, true>;
Created with MrDocs