Posts

weakPtr

std::weak_ptr

/
std::unique_ptr models the concept of exclusive ownership, std::shared_ptr the concept of shared ownership.…