class StringMapKeyIterator

Declaration

template <typename ValueTy>
class StringMapKeyIterator { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ADT/StringMap.h:470

Templates

ValueTy

Method Overview

Methods

StringMapKeyIterator<ValueTy>()

Declared at: llvm/include/llvm/ADT/StringMap.h:479

StringMapKeyIterator<ValueTy>(
    StringMapConstIterator<ValueTy> Iter)

Declared at: llvm/include/llvm/ADT/StringMap.h:480

Parameters

StringMapConstIterator<ValueTy> Iter