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
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
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
« Newer Entries
Older Entries »