MutableData is a tiny wrapper that gives you the option of using an external concurrency control mechanism to updating values inserted into an AtomicUnorderedInsertMap.

Synopsis

Declared in <folly/AtomicUnorderedMap.h>

template<typename T>
struct MutableData;

Member Functions

Name

Description

MutableData [constructor]

Construct the wrapper, initializing the value with init.

Data Members

Name

Description

data

The wrapped value.

Created with MrDocs