Assignment operators
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...