LLVM API Documentation

Public Member Functions
llvm::SparseSetValFunctor< KeyT, KeyT, KeyFunctorT > Struct Template Reference

#include <SparseSet.h>

List of all members.

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 73 of file SparseSet.h.


Member Function Documentation

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

Definition at line 74 of file SparseSet.h.


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