LLVM 22.0.0git
|
Result of a lookup. More...
#include "llvm/ADT/TrieRawHashMap.h"
Public Member Functions | |
PointerBase () noexcept=default |
Protected Member Functions | |
void * | get () const |
Friends | |
class | ThreadSafeTrieRawHashMapBase |
Result of a lookup.
Suitable for an insertion hint. Maybe could be expanded into an iterator of sorts, but likely not useful (visiting everything in the trie should probably be done some way other than through an iterator pattern).
Definition at line 105 of file TrieRawHashMap.h.
|
defaultnoexcept |
|
inlineprotected |
Definition at line 107 of file TrieRawHashMap.h.
|
friend |
Definition at line 113 of file TrieRawHashMap.h.
References PointerBase(), and ThreadSafeTrieRawHashMapBase.
Referenced by ThreadSafeTrieRawHashMapBase.