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
Is it correct to return null shared_ptr?
Sep 14, 2022
c++
shared-ptr
smart-pointers
weak-ptr
Is there a recommended way to test if a smart pointer is null?
Nov 13, 2022
c++
c++11
shared-ptr
smart-pointers
Why shared_ptr's reference counting object needs to keep track of the number of weak_ptrs pointing to the object too?
Sep 07, 2022
c++
c++11
shared-ptr
weak-ptr
C++ std::shared_ptr usage and information
Sep 13, 2022
c++
g++
shared-ptr
const shared_ptr to shared_ptr
Sep 07, 2022
boost
shared-ptr
When would you use an std::auto_ptr instead of boost::shared_ptr?
Sep 13, 2022
c++
stl
boost
shared-ptr
auto-ptr
Atomic shared_ptr for lock-free singly linked list
Sep 13, 2022
c++
data-structures
shared-ptr
lock-free
stdatomic
How to accomplish covariant return types when returning a shared_ptr?
Sep 09, 2021
c++
boost
return-value
covariance
shared-ptr
Does the WKWYL optimization in make_shared<>() introduce a penalty for some multithreading applications?
Feb 09, 2019
c++
caching
optimization
c++11
shared-ptr
C++11 atomics and intrusive shared pointer reference count
May 22, 2021
c++
c++11
shared-ptr
atomic
Does std::make_shared() use custom allocators?
Sep 13, 2022
c++
c++11
shared-ptr
make-shared
How to handle 'this' pointer in constructor?
Aug 12, 2022
c++
boost
shared-ptr
constructor
Move a unique_ptr with custom deleter to a shared_ptr
Mar 15, 2022
c++
c++11
shared-ptr
c++14
unique-ptr
Should I use shared_ptr or unique_ptr? [duplicate]
Aug 26, 2022
c++
c++11
shared-ptr
smart-pointers
unique-ptr
What is boost's shared_ptr(shared_ptr<Y> const & r, T * p) used for?
Sep 06, 2022
c++
boost
shared-ptr
smart-pointers
Deleter type in unique_ptr vs. shared_ptr [duplicate]
Sep 05, 2022
c++
c++11
shared-ptr
unique-ptr
How to properly duplicate an object given its shared_ptr
Sep 05, 2022
c++
shared-ptr
copy-constructor
enable_shared_from_this and inheritance
Oct 07, 2021
c++
boost
c++11
shared-ptr
smart-pointers
Why is the size of make_shared two pointers?
Sep 04, 2022
c++
c++11
shared-ptr
Passing const shared_ptr<T>& versus just shared_ptr<T> as parameter
Sep 04, 2022
c++
shared-ptr
« Newer Entries
Older Entries »