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
Multiple shared_ptr storing same pointer
Jul 19, 2018
c++
c++11
shared-ptr
Smart pointers as map key
Nov 09, 2022
c++
c++11
map
shared-ptr
smart-pointers
Temporary read-only copy of unique_ptr
Oct 19, 2019
c++
c++11
shared-ptr
stdvector
unique-ptr
Forward declarations and shared_ptr
Oct 17, 2022
c++
shared-ptr
forward-declaration
c++98
Do boost::shared_ptr<T> and boost::shared_ptr<const T> share the reference count?
Apr 30, 2017
c++
boost
shared-ptr
smart-pointers
How to combine the use of std::bind with std::shared_ptr
Nov 21, 2017
c++
c++11
std
shared-ptr
stdbind
Does make_shared do a default initialization (zero-init) for each member variable
Oct 30, 2022
c++
c++11
initialization
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
« Newer Entries
Older Entries »