LLVM 24.0.0git
llvm::DenseMapInfo< ImmutableList< T >, void > Struct Template Reference

#include "llvm/ADT/ImmutableList.h"

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

Static Public Member Functions

static unsigned getHashValue (ImmutableList< T > X)
static bool isEqual (ImmutableList< T > X1, ImmutableList< T > X2)

Detailed Description

template<typename T>
struct llvm::DenseMapInfo< ImmutableList< T >, void >

Definition at line 235 of file ImmutableList.h.

Member Function Documentation

◆ getHashValue()

template<typename T>
unsigned llvm::DenseMapInfo< ImmutableList< T >, void >::getHashValue ( ImmutableList< T > X)
inlinestatic

Definition at line 236 of file ImmutableList.h.

References X.

◆ isEqual()

template<typename T>
bool llvm::DenseMapInfo< ImmutableList< T >, void >::isEqual ( ImmutableList< T > X1,
ImmutableList< T > X2 )
inlinestatic

Definition at line 240 of file ImmutableList.h.


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