MCPcopy Create free account
hub / github.com/beefytech/Beef / TryAddRaw

Method TryAddRaw

BeefySysLib/util/Dictionary.h:524–527  ·  view source on GitHub ↗

Returns uninitialized valuePtr - must use placement new

Source from the content-addressed store, hash-verified

522
523 // Returns uninitialized valuePtr - must use placement new
524 bool TryAddRaw(const TKey& key, TKey** keyPtr, TValue** valuePtr)
525 {
526 return Insert(key, false, keyPtr, valuePtr);
527 }
528
529 bool TryGetValue(const TKey& key, TValue** valuePtr)
530 {

Callers 2

AddAutoStaticEntryMethod · 0.80
AddUsedByMethod · 0.80

Calls 1

InsertFunction · 0.85

Tested by

no test coverage detected