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
Tracking down owner of a shared_ptr?
Oct 18, 2022
c++
c++11
c++14
shared-ptr
smart-pointers
Does accessing via a shared_ptr pollute the cache line more than raw pointer?
Aug 17, 2022
c++
performance
optimization
shared-ptr
Lazy-constructed shared_ptr
Oct 31, 2022
c++
c++11
std
wrapper
shared-ptr
Dereferencing a shared pointer and assigning to it
Sep 06, 2022
c++
shared-ptr
dereference
Why is there no atomic_{store,load} for weak_ptr?
Oct 19, 2022
c++
c++11
shared-ptr
atomic
smart-pointers
How to mix C++ shared pointers and object references
Apr 18, 2022
c++
objective-c
grand-central-dispatch
shared-ptr
Does shared_ptr's dtor require the use of a "deleter"?
Oct 16, 2022
c++
c++11
shared-ptr
language-lawyer
specialise `std::default_delete` for `std::shared_ptr`
May 13, 2021
c++
shared-ptr
Const correctness with objects containing shared_ptr
May 09, 2022
c++
constants
shared-ptr
shared_ptr, unique_ptr, ownership, Am I overdoing it in this particular case?
Nov 08, 2022
c++
c++11
c++14
shared-ptr
How do you work with a C++ function that returns a shared_ptr<T> when calling it from Rust over FFI?
Oct 26, 2022
c++
rust
shared-ptr
ffi
Safely convert (vector of shared_ptr to objects) to (vector of shared_ptr to constant objects)
Jun 15, 2016
c++
vector
casting
constants
shared-ptr
Why doesn't std::shared_ptr have operator->*?
Sep 15, 2022
c++
shared-ptr
variadic-templates
How to view the internal data of a smart pointer inside gdb?
Apr 22, 2022
c++
linux
printing
gdb
shared-ptr
Check whether an object derived from enable_shared_from_this is managed by shared_ptr?
Oct 21, 2021
c++
c++11
c++17
shared-ptr
How To Make a clone method using shared_ptr and inheriting from enable_shared_from_this
May 03, 2021
c++
shared-ptr
How can I take a single element out of a boost library (e.g. shared_pointer)?
Feb 24, 2018
c++
boost
shared-ptr
boost-smart-ptr
boost::shared_ptr and std::shared_ptr co-existence
Aug 26, 2022
c++
boost
c++11
shared-ptr
How to test whether a shared_ptr is empty or owns nothing
Jun 15, 2022
c++
shared-ptr
Is it good practice to store copies of the same shared pointers in different vectors?
Nov 10, 2022
c++
shared-ptr
c++03
« Newer Entries
Older Entries »