LLVM 22.0.0git
llvm::SparseSetValFunctor< KeyT, KeyT, KeyFunctorT > Struct Template Reference

SparseSetValFunctor<KeyT, KeyT> - Helper class for the common case of identity key/value sets. More...

#include "llvm/ADT/SparseSet.h"

Inheritance diagram for llvm::SparseSetValFunctor< KeyT, KeyT, KeyFunctorT >:
[legend]

Public Member Functions

unsigned operator() (const KeyT &Key) const

Detailed Description

template<typename KeyT, typename KeyFunctorT>
struct llvm::SparseSetValFunctor< KeyT, KeyT, KeyFunctorT >

SparseSetValFunctor<KeyT, KeyT> - Helper class for the common case of identity key/value sets.

Definition at line 76 of file SparseSet.h.

Member Function Documentation

◆ operator()()

template<typename KeyT, typename KeyFunctorT>
unsigned llvm::SparseSetValFunctor< KeyT, KeyT, KeyFunctorT >::operator() ( const KeyT & Key) const
inline

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