CRC32#

struct CRC32#

Public Static Functions

template<typename T>
static inline uint32_t compute(T const &buffer, uint32_t crc32 = INITIAL_VALUE)#

Public Static Attributes

static uint32_t const INITIAL_VALUE#