CRC32#

class numpy::CRC32#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use CRC32
CRC32 obj;
// ... operations ...

Other Methods#

Signature

Return Type

Location

Example

uint32_t calculate(const void \*data, size_tlength)

uint32_t

NP_NPZ_UTILS.H:80