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
How to view the internal data of a smart pointer inside gdb?
Apr 22, 2022
c++
linux
printing
gdb
shared-ptr
Check whether an object derived from enable_shared_from_this is managed by shared_ptr?
Oct 21, 2021
c++
c++11
c++17
shared-ptr
How To Make a clone method using shared_ptr and inheriting from enable_shared_from_this
May 03, 2021
c++
shared-ptr
How can I take a single element out of a boost library (e.g. shared_pointer)?
Feb 24, 2018
c++
boost
shared-ptr
boost-smart-ptr
boost::shared_ptr and std::shared_ptr co-existence
Aug 26, 2022
c++
boost
c++11
shared-ptr
How to test whether a shared_ptr is empty or owns nothing
Jun 15, 2022
c++
shared-ptr
Is it good practice to store copies of the same shared pointers in different vectors?
Nov 10, 2022
c++
shared-ptr
c++03
What is difference between "owned pointer" and the "stored pointer" for std::shared_ptr?
Sep 08, 2022
c++
c++11
shared-ptr
Why is raw pointer to shared_ptr construction allowed in all cases?
Jun 10, 2022
c++
pointers
c++11
shared-ptr
shared_ptr<> to an array custom deleter (with make_shared)
Feb 21, 2022
c++
arrays
shared-ptr
Memory order in shared pointer destructor
Nov 26, 2020
c++
c++11
shared-ptr
atomic
memory-barriers
Avoiding indirect cyclic references when using shared_ptr and weak_ptr
Mar 09, 2017
c++
boost
shared-ptr
weak-ptr
cyclic-reference
Can I use boost::make_shared with a private constructor?
Jul 23, 2019
c++
boost
shared-ptr
make-shared
Pass an object to a function expecting shared_ptr without actually sharing ownership
Jun 14, 2022
c++
memory-management
shared-ptr
Is there any situation in which I wouldn't use std::make_shared?
Nov 05, 2022
c++
memory-management
c++11
shared-ptr
smart-pointers
How to avoid the need to specify deleter for std::shared_ptr every time it's constructed or reset?
Oct 30, 2022
c++
c++11
c++14
shared-ptr
unique-ptr
Is there a reason why std::make_shared/std::make_unique don't use list initialization?
Aug 13, 2022
c++
c++11
std
shared-ptr
Have I misunderstood the scope of this default argument shared_ptr?
Aug 20, 2020
c++
gcc
shared-ptr
libstdc++
default-arguments
C++ Overloading a Function Based on shared_ptr Derived Class
Mar 19, 2022
c++
inheritance
polymorphism
overloading
shared-ptr
Are weak pointers guaranteed to have expired by the time the std::shared_ptr deleter runs?
May 22, 2022
c++
c++11
c++14
shared-ptr
« Newer Entries
Older Entries »