struct SparseSetValFunctor
Declaration
template <typename KeyT, typename ValueT, typename KeyFunctorT>
struct SparseSetValFunctor { /* full declaration omitted */ };
Description
SparseSetValFunctor - Helper class for selecting SparseSetValTraits. The generic implementation handles ValueT classes which either provide getSparseSetIndex() or specialize SparseSetValTraits < >.
Declared at: llvm/include/llvm/ADT/SparseSet.h:67
Templates
- KeyT
- ValueT
- KeyFunctorT