The load part of a possibly-composite memory order.
Declared in <folly/synchronization/AtomicUtil.h>
constexpr
std::memory_order
memory_order_load(std::memory_order order) noexcept;
The memory order to use for the load.
| Name | Description |
|---|---|
| order | The memory order to reduce. |