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
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
Polymorphism and shared_ptr member
Jun 30, 2022
c++
polymorphism
shared-ptr
What is the advantage of a unique_ptr over a shared_ptr
Dec 16, 2020
c++
shared-ptr
smart-pointers
unique-ptr
boost::python and set::erase -> weird behaviour
Jun 13, 2019
c++
boost
c++11
shared-ptr
boost-python
Implicit conversion of shared_ptr
Oct 24, 2022
c++
shared-ptr
Is it guaranteed that weak_ptr will expire when shared_ptr is reset to the same address that contains?
Sep 11, 2018
c++
c++11
shared-ptr
weak-ptr
What happens to an expired weak_ptr in a map
Sep 14, 2022
c++
shared-ptr
weak-ptr
How `weak_ptr` and `shared_ptr` accesses are atomic
Oct 18, 2022
c++
multithreading
c++11
shared-ptr
weak-ptr
How to reduce the implementation code of lots of wrapper classes?
Mar 07, 2022
c++
c++11
shared-ptr
smart-pointers
weak-ptr
« Newer Entries
Older Entries »