folly::atomic_shared_ptr<T>

Deduction guide for constructing atomic_shared_ptr from a shared_ptr.

Synopsis

Declared in <folly/concurrency/AtomicSharedPtr.h>

template<typename T>
atomic_shared_ptr<T>(std::shared_ptr<T>) -> atomic_shared_ptr<T>;