Atomically loads the stored shared_ptr.
Declared in <folly/concurrency/AtomicSharedPtr.h>
std::shared_ptr<T>
load(std::memory_order order = std::memory_order_seq_cst) const noexcept;
The current shared_ptr value.
| Name | Description |
|---|---|
| order | The memory order for the load. |