SpiceQA
Questions
Tags
Users
Badges
weak-ptr
31 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
How does the ::lock() function work on std::weak_ptr?
user_4696802
0
•
asked May 6, 2021
3
1
685
weak-ptr
smart-pointers
c++
What are best use cases of shared_ptr, unique_ptr and weak_ptr?
user_500590
0
•
asked Mar 23, 2021
2
1
632
weak-ptr
unique-ptr
shared-ptr
c++11
c++
How to give a child a weak pointer to a parent? (C++)
Admin
1
•
asked Mar 10, 2021
2
2
515
weak-ptr
unique-ptr
c++17
smart-pointers
c++
Usecase for weak_ptr in C++ primer 5th Edition
user_12002570
0
•
asked Mar 8, 2021
2
1
91
weak-ptr
c++14
c++11
class
c++
Understanding of Scott Meyers' third example of std::weak_ptr
user_5825294
0
•
asked Nov 19, 2020
5
2
331
weak-ptr
effective-c++
shared-ptr
c++11
c++
How can I use std::enable_shared_from_this in both super and subclass?
user_919705
0
•
asked Mar 17, 2020
3
2
485
enable-shared-from-this
weak-ptr
shared-ptr
multiple-inheritance
c++
weak_ptr obtained from weak_from_this() is invalid
user_8396319
0
•
asked Mar 4, 2020
2
1
501
weak-ptr
smart-pointers
c++
How to reduce the implementation code of lots of wrapper classes?
user_896012
0
•
asked Oct 23, 2019
6
3
224
weak-ptr
shared-ptr
smart-pointers
c++11
c++
Is it safe/bad practice to create shared pointers from a weak pointer
user_9232218
0
•
asked Nov 5, 2018
3
0
260
weak-ptr
circular-dependency
shared-ptr
c++
How to implement a weak_ptr getter?
user_1725377
0
•
asked Nov 20, 2017
4
0
489
weak-ptr
getter-setter
shared-ptr
smart-pointers
c++
Prev
Prev
1
2
(current)
3
4
Next
Next
Hot Questions