Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in shared-ptr
Differences between tr1::shared_ptr and boost::shared_ptr?
Oct 16, 2021
c++
boost
shared-ptr
tr1
boost shared_ptr: difference between operator= and reset?
Oct 31, 2022
c++
boost
shared-ptr
How does a weak_ptr know that the shared resources has expired?
Oct 05, 2019
c++
shared-ptr
smart-pointers
weak-ptr
refcounting
Can you use a boost::shared_ptr as a key for a map?
Sep 14, 2022
c++
shared-ptr
stdmap
c++ copy constructor with shared_ptr members
Mar 30, 2022
c++
shared-ptr
copy-constructor
std::enable_shared_from_this: is it allowed to call shared_from_this() in destructor?
Aug 27, 2022
c++
c++11
destructor
shared-ptr
weak-ptr
Best way to protect from multiple shared_ptr to the same object
Oct 19, 2022
c++
c++11
shared-ptr
c++11 - Ownership and getters
Sep 19, 2017
c++
c++11
shared-ptr
unique-ptr
ownership
Since C++17 supports shared_ptr of array, does this mean that an explicit deleter for T[] is no longer required in both ctor and reset?
Sep 21, 2022
c++
arrays
shared-ptr
c++17
How to remove (non-intrusive) smart pointers from a cache when there are no more references?
Nov 14, 2018
c++
caching
shared-ptr
smart-pointers
weak-ptr
Custom allocators as alternatives to vector of smart pointers?
Sep 15, 2022
c++
c++11
shared-ptr
unique-ptr
allocator
Is a moved-from shared_ptr guaranteed to be emptied?
Mar 24, 2022
c++
c++11
move
shared-ptr
Call default copy constructor from within overloaded copy constructor
Mar 10, 2022
c++
constructor
shared-ptr
copy-constructor
deep-copy
Why std::shared_ptr calls destructors from base and derived classes, where delete calls only destructor from base class? [duplicate]
Sep 20, 2022
c++
shared-ptr
Overhead and implementation of using shared_ptr
Sep 20, 2022
c++
c++11
shared-ptr
std::shared_ptr and Inheritance
Oct 27, 2022
c++
inheritance
c++11
boost
shared-ptr
Does it make sense to check for nullptr in custom deleter of shared_ptr?
Oct 10, 2022
c++
c++11
shared-ptr
Apple and shared_ptr
Aug 29, 2022
c++
macos
shared-ptr
C++11: extending std::is_pointer to std::shared_ptr
May 01, 2018
c++
templates
c++11
shared-ptr
typetraits
Create shared_ptr to stack object
Sep 17, 2022
c++
c++11
shared-ptr
smart-pointers
« Newer Entries
Older Entries »