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
C++: auto_ptr + forward declaration?
Jul 09, 2019
c++
memory-management
pointers
shared-ptr
auto-ptr
Using std::shared_ptr with clang++ and libstdc++
Jun 04, 2021
c++
shared-ptr
clang
libstdc++
shared, weak and lazy pointers in C++
Feb 08, 2020
c++
shared-ptr
lazy-initialization
weak-ptr
Suicide object implementation leveraging `std::weak_ptr`
Apr 02, 2022
c++
shared-ptr
language-lawyer
ownership
Boost shared_ptr dereference cost
Nov 01, 2022
c++
boost
shared-ptr
How to do function overloading with std::shared_ptr<void> and another type of std::shared_ptr?
Sep 05, 2021
c++
c++11
std
shared-ptr
overloading
Extract a subvector from a vector without copy
Apr 10, 2022
c++
iterator
shared-ptr
smart-pointers
Fully thread-safe shared_ptr implementation
Aug 23, 2022
c++
boost
thread-safety
shared-ptr
how boost::~shared_ptr works?
Nov 18, 2022
c++
boost
shared-ptr
Downcasting shared pointer to derived class with additional functionality - is this safe?
Oct 14, 2022
c++
stl
shared-ptr
downcast
Is a virtual destructor needed for your Interface, if you always store it in a shared_ptr?
Oct 22, 2022
c++
boost
c++11
shared-ptr
virtual-destructor
boost shared_from_this and multiple inheritance
May 28, 2022
c++
shared-ptr
multiple-inheritance
enable-shared-from-this
std::unique_ptr<T[]> API prohibits derived-to-base pointer conversions
Jun 05, 2021
c++
c++11
shared-ptr
unique-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
« Newer Entries
Older Entries »