Const ValueMap iterator alias.

Synopsis

Declared in <llvm/IR/ValueMap.h>

template<
    typename DenseMapT,
    typename KeyT>
using ValueMapConstIterator = ValueMapIteratorImpl<DenseMapT, KeyT, true>;

Created with MrDocs