LLVM 22.0.0git
llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy Struct Reference

#include "llvm/IR/ValueMap.h"

Public Member Functions

ValueTypeProxyoperator-> ()
 operator std::pair< KeyT, ValueT > () const

Public Attributes

const KeyT first
ValueT & second

Detailed Description

template<typename DenseMapT, typename KeyT>
struct llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy

Definition at line 348 of file ValueMap.h.

Member Function Documentation

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

template<typename DenseMapT, typename KeyT>
llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT > ( ) const
inline

Definition at line 354 of file ValueMap.h.

References first, and second.

◆ operator->()

template<typename DenseMapT, typename KeyT>
ValueTypeProxy * llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::operator-> ( )
inline

Definition at line 352 of file ValueMap.h.

Member Data Documentation

◆ first

template<typename DenseMapT, typename KeyT>
const KeyT llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::first

Definition at line 349 of file ValueMap.h.

Referenced by operator std::pair< KeyT, ValueT >().

◆ second

template<typename DenseMapT, typename KeyT>
ValueT& llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::second

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