Assignment operators
Synopses
Declared in <folly/synchronization/RelaxedAtomic.h>
constexpr
/* implementation-defined */&
operator=(/* implementation-defined */ const& value) = delete = default;
constexpr
/* implementation-defined */&
operator=(/* implementation-defined */&& value) = delete = default;
Created with MrDocs