LLVM 20.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 101 of file TrieRawHashMap.h.
|
defaultnoexcept |
|
inlineprotected |
Definition at line 103 of file TrieRawHashMap.h.
|
friend |
Definition at line 109 of file TrieRawHashMap.h.