folly::WeightedEvictingCacheMap::WeightedEvictingCacheMap

Move-constructs from another map.

Synopsis

Declared in <folly/container/WeightedEvictingCacheMap.h>

WeightedEvictingCacheMap(WeightedEvictingCacheMap&& other) = default;

Parameters

NameDescription
otherThe map to move from.