std::unique_ptr
, std::shared_ptr
, std::weak_ptr
.
std::unique_ptr
:
std::move
).unique_ptr
.cpp
std::shared_ptr
:
shared_ptr
, указывающих на ресурс.shared_ptr
на него уничтожается.
std::unique_ptr
, std::shared_ptr
, std::weak_ptr
.
std::unique_ptr
:
std::move
).unique_ptr
.cpp
std::shared_ptr
:
shared_ptr
, указывающих на ресурс.shared_ptr
на него уничтожается.
Register or sign in to get access to full answers for all questions from the question bank.