Deduction guide for constructing atomic_shared_ptr from a shared_ptr.
Declared in <folly/concurrency/AtomicSharedPtr.h>
<folly/concurrency/AtomicSharedPtr.h>
template<typename T> atomic_shared_ptr<T>(std::shared_ptr<T>) -> atomic_shared_ptr<T>;