class StringMapKeyIterator
Declaration
template <typename ValueTy>
class StringMapKeyIterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/StringMap.h:569
Templates
- ValueTy
Method Overview
- public StringMapKeyIterator<ValueTy>()
- public StringMapKeyIterator<ValueTy>(StringMapConstIterator<ValueTy> Iter)
Methods
¶StringMapKeyIterator<ValueTy>()
StringMapKeyIterator<ValueTy>()
Declared at: llvm/include/llvm/ADT/StringMap.h:578
¶StringMapKeyIterator<ValueTy>(
StringMapConstIterator<ValueTy> Iter)
StringMapKeyIterator<ValueTy>(
StringMapConstIterator<ValueTy> Iter)
Declared at: llvm/include/llvm/ADT/StringMap.h:579
Parameters
- StringMapConstIterator<ValueTy> Iter