Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the smart pointer weak_ptr of Central11

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

The main content of this article is to explain how to use the smart pointer weak_ptr of Clear11. Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to use the smart pointer weak_ptr of Central11.

Weak pointer

Weak_ptr looks more like an adjunct to shared_ptr, derived from shared_ptr, but does not control the lifecycle of the object it points to. This is where the weakness of weak_ptr lies.

Construction

There are three forms, all very simple, looking directly at the code.

Execution result:

Although two weak_ptr are constructed from shared_ptr, the reference count is still 1.

Assignment

It's just as simple.

Output result:

Although two weak_ptr are assigned according to shared_pt, the reference count is still 1.

Use

Instead of providing direct access to the object through weak_ptr, the standard library called the lock method of weak_ptr to generate a shared_ptr, and then access the object through shared_ptr.

Output result:

At this point, I believe that everyone has a deeper understanding of "how to use the smart pointer weak_ptr", so you might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report