template<typename T>
bpf::Hash class

Template parameters
T the type to provide hashing function to

Contents

Provides hashing method for a given type

Public static functions

static auto ValueOf(const T& val) -> fsize

Function documentation

template<typename T>
static fsize bpf::Hash<T>::ValueOf(const T& val)

Parameters
val the value to calculate hash for

Returns the hash of a value