LLVM 24.0.0git
llvm::FoldingSetInsertToken Class Reference

Insertion token: a failed lookup fills it in, the matching insert consumes it. More...

#include "llvm/ADT/FoldingSet.h"

Public Member Functions

 FoldingSetInsertToken ()=default
 operator bool () const

Friends

class FoldingSetBase
bool operator== (FoldingSetInsertToken A, FoldingSetInsertToken B)
bool operator!= (FoldingSetInsertToken A, FoldingSetInsertToken B)

Detailed Description

Insertion token: a failed lookup fills it in, the matching insert consumes it.

Definition at line 292 of file FoldingSet.h.

Constructor & Destructor Documentation

◆ FoldingSetInsertToken()

llvm::FoldingSetInsertToken::FoldingSetInsertToken ( )
default

Member Function Documentation

◆ operator bool()

llvm::FoldingSetInsertToken::operator bool ( ) const
inlineexplicit

Definition at line 303 of file FoldingSet.h.

References llvm::FoldingSetNodeIDRef::NotAHash.

◆ FoldingSetBase

friend class FoldingSetBase
friend

Definition at line 299 of file FoldingSet.h.

References FoldingSetBase.

Referenced by FoldingSetBase.

◆ operator!=

bool operator!= ( FoldingSetInsertToken A,
FoldingSetInsertToken B )
friend

Definition at line 310 of file FoldingSet.h.

References A(), and B().

◆ operator==

bool operator== ( FoldingSetInsertToken A,
FoldingSetInsertToken B )
friend

Definition at line 307 of file FoldingSet.h.

References A(), and B().


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