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
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
Can you use a shared_ptr for RAII of C-style arrays?
Sep 04, 2022
c++
raii
shared-ptr
Why does libc++'s implementation of shared_ptr use full memory barriers instead of relaxed?
Jul 03, 2021
c++
boost
thread-safety
shared-ptr
libc++
How to avoid memory leak with shared_ptr?
Sep 05, 2022
c++
boost
memory-leaks
shared-ptr
smart-pointers
boost Shared_pointer NULL
Sep 04, 2022
c++
boost
shared-ptr
smart-pointers
Does the standard behavior for deleters differ between shared_ptr and unique_ptr in the case of null pointers?
Sep 03, 2022
c++
c++11
shared-ptr
unique-ptr
nullptr
Explicitly deleting a shared_ptr
Apr 28, 2019
c++
boost
shared-ptr
boost-smart-ptr
In gdb, I can call some class functions, but others "cannot be resolved". Why?
Oct 25, 2022
c++
debugging
boost
gdb
shared-ptr
Detach a pointer from a shared_ptr? [duplicate]
Sep 03, 2022
c++
boost
shared-ptr
How does a reference-counting smart pointer's reference counting work?
Aug 18, 2022
c++
memory-management
memory-leaks
smart-pointers
shared-ptr
Create a boost::shared_ptr to an existing variable
Sep 16, 2022
c++
boost
shared-ptr
smart-pointers
« Newer Entries
Older Entries »