LLVM 22.0.0git
llvm::detail::DenseSetPair< KeyT > Class Template Reference

#include "llvm/ADT/DenseSet.h"

Inheritance diagram for llvm::detail::DenseSetPair< KeyT >:
[legend]

Public Member Functions

KeyTgetFirst ()
const KeyTgetFirst () const
DenseSetEmptygetSecond ()
const DenseSetEmptygetSecond () const

Detailed Description

template<typename KeyT>
class llvm::detail::DenseSetPair< KeyT >

Definition at line 36 of file DenseSet.h.

Member Function Documentation

◆ getFirst() [1/2]

template<typename KeyT>
KeyT & llvm::detail::DenseSetPair< KeyT >::getFirst ( )
inline

Definition at line 40 of file DenseSet.h.

◆ getFirst() [2/2]

template<typename KeyT>
const KeyT & llvm::detail::DenseSetPair< KeyT >::getFirst ( ) const
inline

Definition at line 41 of file DenseSet.h.

◆ getSecond() [1/2]

template<typename KeyT>
DenseSetEmpty & llvm::detail::DenseSetPair< KeyT >::getSecond ( )
inline

Definition at line 42 of file DenseSet.h.

◆ getSecond() [2/2]

template<typename KeyT>
const DenseSetEmpty & llvm::detail::DenseSetPair< KeyT >::getSecond ( ) const
inline

Definition at line 43 of file DenseSet.h.


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