folly::MutableData::MutableData

Construct the wrapper, initializing the value with init.

Synopsis

Declared in <folly/AtomicUnorderedMap.h>

explicit
MutableData(T const& init);

Parameters

NameDescription
initThe value to copy into the wrapper.