std::atomic<std::weak_ptr>
Min standard notice:
Header: <memory>
The partial template specialization of std::atomic for std::weak_ptr
# Declarations
template< class T > struct std::atomic<std::weak_ptr<T>>;
(since C++20)
# Example
This section is incompleteReason: no example