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
A Question On Smart Pointers and Their Inevitable Indeterminism
Oct 18, 2022
c++
shared-ptr
raii
object-lifetime
std::auto_ptr or boost::shared_ptr for pImpl idiom?
Jun 30, 2019
c++
boost
stl
shared-ptr
auto-ptr
`weak_ptr::expired` behavior in the dtor of the object
Sep 15, 2022
c++
c++11
c++14
shared-ptr
weak-ptr
Using C++11 lambdas asynchronously, safely
Oct 23, 2022
c++
c++11
lambda
shared-ptr
Move ownership from std::shared_ptr to std::unique_ptr
Sep 15, 2022
c++
shared-ptr
smart-pointers
unique-ptr
When should we use std::enable_shared_from_this
Sep 19, 2022
c++
shared-ptr
smart-pointers
enable-shared-from-this
Questions on usages of shared_ptr - C++
Sep 15, 2022
c++
smart-pointers
shared-ptr
Is shared_ptr swap thread safe?
Aug 22, 2022
c++
multithreading
shared-ptr
swap
std::enable_shared_from_this; public vs private
Nov 16, 2022
c++
c++11
shared-ptr
private-inheritance
enable-shared-from-this
Differences between different flavours of shared_ptr
Sep 15, 2022
c++
c++11
boost
shared-ptr
tr1
Create shared_ptr from reference
Apr 29, 2022
c++
shared-ptr
When would I want to construct a shared pointer from a raw pointer
Feb 20, 2022
c++
c++11
shared-ptr
C++ shared_ptr equality operator
Mar 11, 2022
c++
map
shared-ptr
equality
Can deriving a class from 'enable_shared_from_this' increase performance?
Apr 26, 2020
c++
performance
c++11
shared-ptr
std::shared_ptr upcasting to base class - best method?
Oct 18, 2022
c++
shared-ptr
shared_ptr Real life use-cases
Oct 18, 2022
c++
c++11
shared-ptr
Is it correct to return null shared_ptr?
Sep 14, 2022
c++
shared-ptr
smart-pointers
weak-ptr
Is there a recommended way to test if a smart pointer is null?
Nov 13, 2022
c++
c++11
shared-ptr
smart-pointers
Why shared_ptr's reference counting object needs to keep track of the number of weak_ptrs pointing to the object too?
Sep 07, 2022
c++
c++11
shared-ptr
weak-ptr
C++ std::shared_ptr usage and information
Sep 13, 2022
c++
g++
shared-ptr
« Newer Entries
Older Entries »