class SparseMultiSet::iterator_base

Declaration

template <typename SMSPtrTy>
class SparseMultiSet::iterator_base { /* full declaration omitted */ };

Description

Our iterators are iterators over the collection of objects that share a key.

Declared at: llvm/include/llvm/ADT/SparseMultiSet.h:220

Templates

SMSPtrTy