LLVM
8.0.1
|
SparseSetValFunctor - Helper class for selecting SparseSetValTraits. More...
#include "llvm/ADT/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 68 of file SparseSet.h.
|
inline |
Definition at line 69 of file SparseSet.h.