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
Did I understand correctly the point of Scott Meyers' example of std::weak_ptr?
Oct 28, 2022
c++
c++11
weak-ptr
effective-c++
Understanding of Scott Meyers' third example of std::weak_ptr
Aug 20, 2022
c++
c++11
shared-ptr
weak-ptr
effective-c++
Referring to a "std::unique_ptr" that you don't own (use a raw pointer?)
Sep 12, 2022
c++
c++11
shared-ptr
unique-ptr
weak-ptr
C++ weak_ptr creation performance
Jun 05, 2019
c++
performance
shared-ptr
reference-counting
weak-ptr
Should my API functions take shared_ptr or weak_ptr
Nov 05, 2022
c++
shared-ptr
weak-ptr
Unexpected behavior from shared_from_this when creating multiple shared_ptr "families" over same object
Jan 22, 2021
c++
shared-ptr
weak-ptr
Object storing a non-owning reference that must be informed before the reference is destructed
Oct 21, 2022
c++
c++11
smart-pointers
weak-ptr
Why was std::hash not defined for std::weak_ptr in C++0x?
Jun 22, 2022
c++11
hash
weak-ptr
stdhash
Having a vector of weak_ptr, want to return a vector of shared_ptr
May 31, 2022
c++
boost
vector
shared-ptr
weak-ptr
Portable hack to leak raw pointer from weak_ptr
Jun 05, 2022
c++
shared-ptr
weak-ptr
std::weak_ptr: lock or shared_ptr constructor?
Nov 05, 2022
c++
c++11
smart-pointers
weak-ptr
Is it guaranteed that weak_ptr will expire when shared_ptr is reset to the same address that contains?
Sep 11, 2018
c++
c++11
shared-ptr
weak-ptr
What happens to an expired weak_ptr in a map
Sep 14, 2022
c++
shared-ptr
weak-ptr
How `weak_ptr` and `shared_ptr` accesses are atomic
Oct 18, 2022
c++
multithreading
c++11
shared-ptr
weak-ptr
How to reduce the implementation code of lots of wrapper classes?
Mar 07, 2022
c++
c++11
shared-ptr
smart-pointers
weak-ptr
Why am I getting an access violation when locking a weak_ptr?
Oct 16, 2022
c++
c++11
access-violation
unhandled-exception
weak-ptr
two shared_ptr from same enable_shared_from_this instance
Nov 05, 2022
c++
shared-ptr
reference-counting
weak-ptr
enable-shared-from-this
weak_from_this() within constructor
Mar 03, 2022
c++
constructor
smart-pointers
weak-ptr
A set of weak_ptr
Nov 19, 2022
c++
c++11
set
smart-pointers
weak-ptr
About thread-safety of weak_ptr
Aug 29, 2022
c++
multithreading
c++11
weak-ptr
« Newer Entries
Older Entries »