LLVM: llvm::SparseSetValFunctor< KeyT, ValueT, KeyFunctorT (original) (raw)
SparseSetValFunctor - Helper class for getting a value's index. More...
#include "[llvm/ADT/SparseSet.h](SparseSet%5F8h%5Fsource.html)"
Inheritance diagram for llvm::SparseSetValFunctor< KeyT, ValueT, KeyFunctorT >:
Detailed Description
template<typename KeyT, typename ValueT, typename KeyFunctorT>
struct llvm::SparseSetValFunctor< KeyT, ValueT, KeyFunctorT >
SparseSetValFunctor - Helper class for getting a value's index.
In the generic case, this is done via SparseSetValTraits. When the value type is the same as the key type, the KeyFunctor is used directly.
Definition at line 67 of file SparseSet.h.
Member Function Documentation
◆ operator()()
template<typename KeyT, typename ValueT, typename KeyFunctorT>
The documentation for this struct was generated from the following file:
- include/llvm/ADT/SparseSet.h