How an insertion treats an existing live exact‐match key.
Synopsis
Declared in <folly/ConcurrentBSkipList.h>
enum class InsertSemantics : int;
Description
Add reports AlreadyPresent; AddOrUpdate fires the updater.
Members
Name |
Description |
|
Do not overwrite an existing live key. |
|
Update an existing live key via the updater. |
Created with MrDocs