LLVM 19.0.0git
Public Member Functions | List of all members
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"

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 77 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

Definition at line 78 of file SparseSet.h.


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