ΒΆtemplate <typename T>
llvm::hash_code hash_value(const T* ptr)

Description

Compute a hash_code for a pointer's address. N.B.: This hashes the *address*. Not the value and not the type.

Declared at: llvm/include/llvm/ADT/Hashing.h:111

Templates

T

Parameters

const T* ptr