LLVM 20.0.0git
|
#include "llvm/ADT/TrieRawHashMap.h"
Public Member Functions | |
value_type & | operator() (T &&RHS) |
value_type & | operator() (const T &RHS) |
template<class... ArgsT> | |
value_type & | emplace (ArgsT &&...Args) |
LazyValueConstructor (LazyValueConstructor &&RHS) | |
~LazyValueConstructor () | |
Friends | |
class | ThreadSafeTrieRawHashMap |
Definition at line 270 of file TrieRawHashMap.h.
|
inline |
Definition at line 287 of file TrieRawHashMap.h.
References RHS.
|
inline |
Definition at line 291 of file TrieRawHashMap.h.
References assert().
|
inline |
Definition at line 280 of file TrieRawHashMap.h.
References assert().
|
inline |
Definition at line 276 of file TrieRawHashMap.h.
|
inline |
Definition at line 272 of file TrieRawHashMap.h.
|
friend |
Definition at line 299 of file TrieRawHashMap.h.