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
Why doesn't this time_zone_ptr example contain a memory leak?
Mar 25, 2023
c++
datetime
boost
timezone
weak-ptr
In well designed code should you expect locking of weak_ptr to always succeed?
Feb 22, 2023
c++
shared-ptr
smart-pointers
weak-ptr
C++: Replace raw pointers with shared and weak ptr
Feb 17, 2023
c++
memory-management
boost
shared-ptr
weak-ptr
Function overloading resolution with weak_ptr as argument
Feb 14, 2023
c++
c++11
smart-pointers
static-cast
weak-ptr
Constructing a constexpr std::weak_ptr
Feb 09, 2023
c++
c++11
destructor
constexpr
weak-ptr
weak_ptr's weird copy constructors
Jan 21, 2023
c++
c++11
shared-ptr
weak-ptr
Comparator operator in weak_ptr C++
Jan 19, 2023
c++
stl
c++11
weak-ptr
C++11: How is object deleted if it was constructed using make_shared
Jan 15, 2023
c++
c++11
shared-ptr
reference-counting
weak-ptr
Boost shared_from_this and destructor
Dec 30, 2022
c++
boost
shared-ptr
object-lifetime
weak-ptr
c++ weak_ptr expiring after dereference?
Dec 20, 2022
c++
smart-pointers
weak-ptr
Is it wise to provide access to weak_ptr in a library interface?
Dec 16, 2022
c++
boost
weak-ptr
Breaking cyclic references with std::weak_ptr and alias constructor: sound or problematic?
Oct 21, 2022
c++
shared-ptr
weak-ptr
cyclic-reference
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
weak_ptr, make_shared and memory deallocation
Sep 26, 2022
c++
c++11
shared-ptr
weak-ptr
make-shared
About thread-safety of weak_ptr
Aug 29, 2022
c++
multithreading
c++11
weak-ptr
Older Entries »