https://www.boost.org/doc/libs/1_41_0/libs/smart_ptr/smart_ptr.htm
smart pointers
https://www.boost.org/doc/libs/1_53_0/libs/smart_ptr/smart_ptr.htm
smart pointers
https://www.cppstories.com/2021/smartptr-array/
Smart pointers are very versatile and can hold pointers not only to single instances but also to arrays. Is that only a theoretical use case? or maybe they...
smart pointerscarrays
https://www.informit.com/articles/article.aspx?p=31529&seqNum=5
Andrei Alexandrescu discusses smart pointers, from their simplest aspects to their most complex ones and from the most obvious errors in implementing them to...
smart pointersownershiphandlingstrategiesc
https://lwn.net/Articles/992055/
Rust has a plethora of smart-pointer types, including reference-counted pointers, which have s [...]
smart pointerskernellwnnet
https://www.informit.com/articles/article.aspx?p=25264&seqNum=13
In this chapter from Modern C++ Design, Andrei Alexandrescu navigates through the sometimes treacherous waters of using smart pointers, which imitate built-in...
smart pointersinformit