LLVM 22.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 277 of file TrieRawHashMap.h.
|
inline |
Definition at line 294 of file TrieRawHashMap.h.
References RHS.
|
inline |
Definition at line 298 of file TrieRawHashMap.h.
References assert().
|
inline |
Definition at line 287 of file TrieRawHashMap.h.
References assert().
|
inline |
Definition at line 283 of file TrieRawHashMap.h.
|
inline |
Definition at line 279 of file TrieRawHashMap.h.
|
friend |
Definition at line 306 of file TrieRawHashMap.h.