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 weak-ptr
A set of weak_ptr
Nov 19, 2022
c++
c++11
set
smart-pointers
weak-ptr
Using weak_ptr to implement the Observer pattern
Nov 21, 2022
c++
c++11
observer-pattern
observers
weak-ptr
Avoiding indirect cyclic references when using shared_ptr and weak_ptr
Mar 09, 2017
c++
boost
shared-ptr
weak-ptr
cyclic-reference
Where is the race in this thread sanitzer warning?
Aug 29, 2022
c++
multithreading
shared-ptr
weak-ptr
thread-sanitizer
Is it safe to use a weak_ptr in a std::set or key of std::map
Sep 11, 2022
c++
c++11
weak-ptr
Why doesn't std::weak_ptr have operator->?
Nov 19, 2022
c++
shared-ptr
smart-pointers
weak-ptr
Weak pointer to this in constructor
Aug 20, 2022
c++
boost
constructor
shared-ptr
weak-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
Is there a weak_ptr equivalent to shared_from_this?
Jan 26, 2020
c++
pointers
c++14
shared-ptr
weak-ptr
shared_ptr and cyclic references
Nov 15, 2022
c++
shared-ptr
weak-ptr
cyclic-reference
Should I call reset on a weak_ptr if I happen to notice it's expired?
Apr 12, 2020
c++
shared-ptr
weak-ptr
How to get rid of weak_ptrs in a container
Nov 12, 2022
c++
c++11
weak-ptr
Does shared_ptr still own its object when calling the deleter?
May 01, 2021
c++
language-lawyer
destructor
shared-ptr
weak-ptr
What is the cyclic dependency issue with shared_ptr?
Apr 01, 2018
c++
shared-ptr
weak-ptr
Smart pointers + cycles + "->"
Oct 30, 2022
c++
c++11
shared-ptr
smart-pointers
weak-ptr
What Happens to a weak_ptr when Its shared_ptr is Destroyed?
Aug 25, 2022
c++
shared-ptr
weak-ptr
Creating weak_ptr<> from raw pointer
Oct 28, 2022
c++
pointers
boost
weak-ptr
shared, weak and lazy pointers in C++
Feb 08, 2020
c++
shared-ptr
lazy-initialization
weak-ptr
How does a weak_ptr know that the shared resources has expired?
Oct 05, 2019
c++
shared-ptr
smart-pointers
weak-ptr
refcounting
std::enable_shared_from_this: is it allowed to call shared_from_this() in destructor?
Aug 27, 2022
c++
c++11
destructor
shared-ptr
weak-ptr
« Newer Entries
Older Entries »