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
Should I convert shared_ptr to weak_ptr when passed to a method?
Apr 04, 2022
c++
shared-ptr
What's the overhead from shared_ptr being thread-safe?
Oct 28, 2022
c++
multithreading
shared-ptr
What does "single allocation" mean for boost::make_shared
Nov 13, 2022
c++
boost
shared-ptr
smart-pointers
make-shared
How do I hand out weak_ptrs to this in my constructor?
Sep 13, 2022
c++
c++11
shared-ptr
question on assignment with boost::shared_ptr (vs. the reset() function)
Apr 01, 2021
c++
boost
shared-ptr
Do I have to use weak_ptr.lock() just to test if it points to a valid object?
Nov 12, 2022
c++
shared-ptr
weak-ptr
QSharedPointer and QObject::deleteLater
Mar 08, 2018
c++
qt
shared-ptr
qobject
qsharedpointer
Is there a weak_ptr equivalent to shared_from_this?
Jan 26, 2020
c++
pointers
c++14
shared-ptr
weak-ptr
Is the state of any standard class after being moved specified?
Aug 13, 2022
c++
c++11
shared-ptr
shared_ptr and cyclic references
Nov 15, 2022
c++
shared-ptr
weak-ptr
cyclic-reference
Cast 'this' to std::shared_ptr
Mar 05, 2022
c++
c++11
shared-ptr
C++11 std::shared_ptr<std::ostream> from std::cout
Oct 31, 2022
c++
c++11
shared-ptr
C++ static classes & shared_ptr memory leaks
Oct 26, 2022
c++
memory-leaks
shared-ptr
Wrap dynamic array with shared_ptr by make_shared
Jul 06, 2022
c++
arrays
shared-ptr
smart-pointers
Why does one need a null shared_ptr and how can it be used?
Mar 20, 2022
c++
c++11
shared-ptr
effective-c++
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
« Newer Entries
Older Entries »