Use of observer_ptr

前端 未结 7 1294
自闭症患者
自闭症患者 2020-12-09 01:15

What exactly is the point of the construct std::observer_ptr in the library fundamentals technical specification V2?

It seems to me that all it does is wrap a bare <

相关标签:
7条回答
  • 2020-12-09 01:49

    Is it just for source self-documentation?

    Yes.

    0 讨论(0)
提交回复
热议问题