MutableData is a tiny wrapper that gives you the option of using an external concurrency control mechanism to updating values inserted into an AtomicUnorderedInsertMap.
Declared in <folly/AtomicUnorderedMap.h>
template<typename T>
struct MutableData;
| Name | Description |
|---|---|
MutableData [constructor] | Construct the wrapper, initializing the value with init. |
| Name | Description |
|---|---|
data | The wrapped value. |