ΒΆtemplate <typename T, typename U>
llvm::hash_code hash_value(
    const std::pair<T, U>& arg)

Description

Compute a hash_code for a pair of objects.

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

Templates

T
U

Parameters

const std::pair<T, U>& arg