LLVM: llvm::ValueMapIteratorImpl< DenseMapT, KeyT, IsConst >::ValueTypeProxy Struct Reference (original) (raw)

#include "[llvm/IR/ValueMap.h](ValueMap%5F8h%5Fsource.html)"

Public Attributes
const KeyT first
std::conditional_t< IsConst, const ValueT &, ValueT & > second

Detailed Description

template<typename DenseMapT, typename KeyT, bool IsConst>
struct llvm::ValueMapIteratorImpl< DenseMapT, KeyT, IsConst >::ValueTypeProxy

Definition at line 347 of file ValueMap.h.

Member Function Documentation

operator std::pair< KeyT, ValueT >()

template<typename DenseMapT, typename KeyT, bool IsConst>

operator->()

template<typename DenseMapT, typename KeyT, bool IsConst>

Member Data Documentation

first

template<typename DenseMapT, typename KeyT, bool IsConst>

second

template<typename DenseMapT, typename KeyT, bool IsConst>


The documentation for this struct was generated from the following file: