Thrill  0.1
HashCrc32Fallback< ValueType > Struct Template Reference

Detailed Description

template<typename ValueType>
struct thrill::common::HashCrc32Fallback< ValueType >

Fallback CRC32C implementation in software.

Note that you need to provide specializations of HashDataSwitch if you want to hash types with heap storage.

Definition at line 190 of file hash.hpp.

#include <hash.hpp>

Public Member Functions

uint32_t operator() (const ValueType &val, uint32_t crc=0xffffffff) const
 

Member Function Documentation

◆ operator()()

uint32_t operator() ( const ValueType &  val,
uint32_t  crc = 0xffffffff 
) const
inline

The documentation for this struct was generated from the following file: