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
Const ValueMap iterator alias.
Declared in <llvm/IR/ValueMap.h>
template<
typename DenseMapT,
typename KeyT>
using ValueMapConstIterator = ValueMapIteratorImpl<DenseMapT, KeyT, true>;
Created with MrDocs