std::weak_ptr1 [C++] std::weak_ptr reference 출처: https://en.cppreference.com/w/cpp/memory/weak_ptr 오역이 있을 수 있으니 잘못된 부분이 있다면 꼭 알려주세요! 원어 std::weak_ptr is a smart pointer that holds a non-owning ("weak") reference to an object that is managed by std::shared_ptr. It must be converted to std::shared_ptr in order to access the referenced object. std::weak_ptr models temporary ownership: when an object needs to be accessed only if it exists, and.. 2020. 3. 22. 이전 1 다음