LLVM API Documentation
#include <SparseSet.h>
Public Member Functions | |
unsigned | operator() (const ValueT &Val) const |
SparseSetValFunctor - Helper class for selecting SparseSetValTraits. The generic implementation handles ValueT classes which either provide getSparseSetIndex() or specialize SparseSetValTraits<>.
Definition at line 64 of file SparseSet.h.
unsigned llvm::SparseSetValFunctor< KeyT, ValueT, KeyFunctorT >::operator() | ( | const ValueT & | Val | ) | const [inline] |
Definition at line 65 of file SparseSet.h.