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++ How can I store multiple types in an vector of shared_ptrs?
Oct 21, 2022
c++
templates
vector
shared-ptr
polymorphism
Usage of Derived class with the std::shared_ptr of Base class
Jun 28, 2022
c++
c++11
shared-ptr
c++14
Invalidate all shared ptrs toward a specific managed object
Oct 28, 2022
c++
c++11
shared-ptr
Most efficient safe way to cast std::map<int, std::shared_ptr<Base>> to std::map<int, std::shared_ptr<Derived>>
Dec 21, 2021
c++
casting
c++17
shared-ptr
How should you return *this with a shared_ptr?
Sep 24, 2022
c++
shared-ptr
Soft (not: weak) references in C++ - Is it possible? Is there an implementation?
Nov 14, 2022
c++
memory-management
boost
shared-ptr
soft-references
Is using a map where value is std::shared_ptr a good design choice for having multi-indexed lists of classes?
May 12, 2022
c++
c++11
shared-ptr
stdmap
boost-multi-index
Why is boost::enable_shared_from_raw so undocumented?
Feb 22, 2022
c++
boost
shared-ptr
Portable hack to leak raw pointer from weak_ptr
Jun 05, 2022
c++
shared-ptr
weak-ptr
Implicit conversion from int to shared_ptr
Oct 30, 2022
c++
c++11
type-conversion
shared-ptr
implicit-conversion
In C++ - is it possible to compare volatile shared_ptr to nullptr?
Mar 01, 2022
c++
shared-ptr
volatile
shared_from_this has empty _M_weak_this even after ownership by std::shared_ptr
May 30, 2020
c++
c++11
vector
stl
shared-ptr
Correct use of shared_ptr to eliminate deallocation across DLL boundaries
May 20, 2022
c++
shared-ptr
how to cast void* to shared_ptr<mytype>
Jun 03, 2022
c++
pointers
casting
shared-ptr
Errors in std::make_shared() when trying to make shared_ptr?
Oct 31, 2022
c++
c++11
shared-ptr
visual-c++-2010
make-shared
Using googlemock EXPECT_CALL with shared_ptr?
Feb 14, 2022
c++
shared-ptr
googlemock
Customising std::shared_ptr or boost::shared_ptr to throw an exception on NULL dereference
May 10, 2022
c++
exception
c++11
shared-ptr
libc++
boost::shared_polymorphic_downcast is gone in boost 1.53.0. What should I use instead?
Oct 15, 2020
c++
boost
shared-ptr
Does adding a reference to a shared ptr increase the reference count
Sep 30, 2018
c++
shared-ptr
Referring to "this" as a shared_ptr? [duplicate]
May 04, 2017
c++
c++11
shared-ptr
« Newer Entries
Older Entries »