folly::relaxed_atomic<unsigned long>::operator=

Assignment operators

Synopses

Declared in <folly/synchronization/RelaxedAtomic.h>

constexpr
/* implementation-defined */&
operator=(/* implementation-defined */ const& value) = delete = default;
» more...
constexpr
/* implementation-defined */&
operator=(/* implementation-defined */&& value) = delete = default;
» more...