LLVM 23.0.0git
llvm::DenseMapInfo< hash_code, void > Struct Reference

#include "llvm/ADT/Hashing.h"

Inheritance diagram for llvm::DenseMapInfo< hash_code, void >:
[legend]

Static Public Member Functions

static constexpr unsigned getHashValue (hash_code val)
static constexpr bool isEqual (hash_code LHS, hash_code RHS)

Detailed Description

Definition at line 373 of file Hashing.h.

Member Function Documentation

◆ getHashValue()

constexpr unsigned llvm::DenseMapInfo< hash_code, void >::getHashValue ( hash_code val)
inlinestaticconstexpr

Definition at line 374 of file Hashing.h.

◆ isEqual()

constexpr bool llvm::DenseMapInfo< hash_code, void >::isEqual ( hash_code LHS,
hash_code RHS )
inlinestaticconstexpr

Definition at line 377 of file Hashing.h.

References LHS, and RHS.


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