std::experimental::shared_ptr::get
Retrieves the pointer stored in a std::experimental::shared_ptr instance.
std::experimental::shared_ptr
T* get() const noexcept;
The pointer stored in *this.
*this
Nothing.
#include <experimental/atomic>
Design and Content © Copyright 2008-2024 Just Software Solutions Ltd. All Rights Reserved. | Privacy Policy