Search code examples
How could I get address of the target object in smart pointer?...


c++linked-listsmart-pointers

Read More
Experiencing SIGTRAP error when executing gtest with smart pointers...


c++segmentation-faultc++17smart-pointersgoogletest

Read More
Working with std::unique_ptr and std::queue...


c++queuesmart-pointersunique-ptr

Read More
Casting weak_ptr<IBase> to weak_ptr<Derived>...


c++smart-pointers

Read More
Why does for cycle in vector of unique_ptr require default delete?...


c++for-loopsmart-pointersunique-ptr

Read More
C++ multiple inheritance and upcasted smart pointer destruction causes heap corruption in VS 2017...


c++inheritancesmart-pointersheap-corruption

Read More
stack overflow with std::make_unique but not with raw pointer...


c++c++11smart-pointers

Read More
Cpp/ C++ unique Pointer on objects access functions of that class...


c++pointerssmart-pointersunique-ptr

Read More
Why do I need Boost.SmartPtr for the C++ compiler that supports C++11 and later?...


c++c++11boostsmart-pointers

Read More
What is the best/most intuitive way for a class to store a reference to a unique_ptr?...


c++smart-pointersunique-ptr

Read More
How to implement Iterator for a Rc<RefCell<T>> chain?...


rustiteratorsmart-pointerslifetime

Read More
Is there a non-atomic equivalent of std::shared_ptr? And why isn't there one in <memory>?...


c++c++11smart-pointers

Read More
Binary Search Tree using std::unique ptr...


c++pointersbinary-search-treesmart-pointersunique-ptr

Read More
How can I create a smart pointer that locks and unlocks a mutex?...


c++thread-safetymutexsmart-pointersraii

Read More
Why does calling a function on seperate lines change the result in c++?...


c++smart-pointers

Read More
Recommended way to make std::unique_ptr of array type without value initialization?...


c++memory-managementsmart-pointersunique-ptr

Read More
Warnings C26415 / C26418 when passing a COM interface smart pointer to a function...


visual-c++mfccomsmart-pointerscode-analysis

Read More
Is it possible to implement a non-owning "slightly smart" pointer on top of standard weak ...


c++smart-pointers

Read More
How do we use smart pointers with CFileDialog and multi-file selection?...


visual-c++mfcsmart-pointersopenfiledialog

Read More
Throwing exceptions without using "new" in Visual C++?...


exceptionvisual-c++smart-pointers

Read More
How do I save the result from GetProfileBinary into a smart pointer?...


visual-c++mfcsmart-pointerscode-analysis

Read More
C26414 issue with using CRecordset...


visual-c++mfcsmart-pointerscrecordset

Read More
make_shared "evidence" vs default construct...


c++memory-managementsmart-pointers

Read More
Debug assertion failure - C++, using smart pointers...


c++pointersdata-structuressmart-pointers

Read More
Defining a smart pointer as a member variable of a class...


visual-c++mfcsmart-pointers

Read More
Does make_shared ignore explicit specifier?...


c++smart-pointers

Read More
How do I write generic code that accepts either a trait or a smart pointer to the trait (Box, Rc, et...


genericsrustsmart-pointers

Read More
Polymorphism : raw pointer vs smart pointer...


c++polymorphismsmart-pointersraw-pointer

Read More
std::pair gives "no matching function call" error in combination with const std:unique_ptr...


c++destructorsmart-pointersstd-pair

Read More
How can I allow multiple owners while enabeling mutation of value?...


multithreadingrustneural-networksmart-pointers

Read More
BackNext