folly::MutableData

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

NameDescription
MutableData [constructor]Construct the wrapper, initializing the value with init.

Data Members

NameDescription
data The wrapped value.