proxygen
|
#include <AtomicUnorderedMap.h>
Public Member Functions | |
MutableAtom (const T &init) | |
Public Attributes | |
Atom< T > | data |
MutableAtom is a tiny wrapper than gives you the option of atomically updating values inserted into an AtomicUnorderedInsertMap<K, MutableAtom<V>>. This relies on AtomicUnorderedInsertMap's guarantee that it doesn't move values.
Definition at line 500 of file AtomicUnorderedMap.h.
|
inlineexplicit |
Definition at line 503 of file AtomicUnorderedMap.h.
|
mutable |
Definition at line 501 of file AtomicUnorderedMap.h.