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
Shared pointers and the performance
Nov 08, 2022
c++
performance
memory-management
cpu-usage
shared-ptr
enable_shared_from_this (c++0x): what am I doing wrong?
Oct 17, 2022
c++
c++11
shared-ptr
smart-pointers
Generic way to test if a type is a (smart) pointer
Apr 21, 2017
c++
templates
shared-ptr
Should I call reset on a weak_ptr if I happen to notice it's expired?
Apr 12, 2020
c++
shared-ptr
weak-ptr
std::shared_ptr and dlopen(), avoiding undefined behavior
Jan 07, 2021
c++11
shared-libraries
shared-ptr
undefined-behavior
dlsym
Possible MSVC compiler bug
Sep 05, 2022
c++
visual-c++
language-lawyer
std
shared-ptr
Initialization of shared_ptr<T> from unique_ptr<T[]>
Jan 31, 2020
c++
shared-ptr
c++14
unique-ptr
Reasons to return reference to std::unique_ptr
Mar 18, 2022
c++
shared-ptr
unique-ptr
Why does enable_shared_from_this embed a weak pointer instead of embedding the reference counter directly?
Oct 11, 2018
c++
c++11
shared-ptr
enable-shared-from-this
Does enable_shared_from_this and make_shared provide the same optimization
Dec 26, 2018
c++
shared-ptr
make-shared
Why doesn't shared_ptr<A> implicit convert to shared_ptr<A const>?
Oct 21, 2018
c++
c++11
shared-ptr
const-correctness
Replacing the content of the shared pointer?
Oct 15, 2019
c++
boost
shared-ptr
Why do const shared_ptr<const T>& and const shared_ptr<T>& show different reference counts?
Nov 05, 2021
c++
c++11
templates
shared-ptr
How to get a reference to an object having shared_ptr to it?
Nov 28, 2018
c++
shared-ptr
C++ allocating shared_ptr with C++11 (std::shared_ptr): Is it still bad to initialize the shared_ptr into a temporary variable?
Mar 31, 2022
c++
pointers
c++11
shared-ptr
smart-pointers
Does shared_ptr still own its object when calling the deleter?
May 01, 2021
c++
language-lawyer
destructor
shared-ptr
weak-ptr
How does a shared_ptr store deleter?
Sep 19, 2022
c++
function
generics
shared-ptr
C++ shared+ptr use_count for nullptr
Sep 19, 2022
c++
c++11
shared-ptr
smart-pointers
weak_ptr VS shared_ptr in graph node parent list
Nov 15, 2018
c++
c++11
shared-ptr
directed-acyclic-graphs
Vector construction when wrapped in a Shared Pointer
Sep 16, 2022
c++
vector
initialization
shared-ptr
« Newer Entries
Older Entries »