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
How can I change the pointer in shared_ptr without losing the ability to delete the memory?
Aug 20, 2022
c++
memory
boost
shared-ptr
How does shared_ptr work in if condition
Nov 12, 2022
c++
shared-ptr
why is std::shared_ptr using atomic cpu operations
Sep 28, 2021
c++
c++11
shared-ptr
atomic
Find a value in a set of shared_ptr
Aug 18, 2022
c++
set
c++14
shared-ptr
Initializing shared_ptr member variable, new vs make_shared?
Aug 24, 2022
c++
c++11
shared-ptr
initializer
make-shared
Why does copying a const shared_ptr& not violate const-ness?
Oct 13, 2022
c++
constants
shared-ptr
Should I use unique_ptr or shared_ptr in this case?
Nov 08, 2022
c++
shared-ptr
unique-ptr
Missing equality between shared_ptr and weak_ptr
Apr 02, 2019
c++
c++11
shared-ptr
Unable to use custom allocator with allocate_shared/make_shared
Apr 15, 2021
c++
memory-management
c++11
shared-ptr
allocator
smart pointers + "this" considered harmful?
Aug 16, 2022
c++
pointers
this
smart-pointers
shared-ptr
How to access target of std::tr1::shared_ptr in GDB
Mar 21, 2022
c++
gdb
shared-ptr
tr1
Using boost::shared_ptr in a library's public interface
Nov 15, 2022
c++
api
boost
shared-ptr
atomic operations for shared_ptr in C++11
Mar 21, 2022
c++
c++11
shared-ptr
Multiple shared_ptr storing same pointer
Jul 19, 2018
c++
c++11
shared-ptr
Smart pointers as map key
Nov 09, 2022
c++
c++11
map
shared-ptr
smart-pointers
Temporary read-only copy of unique_ptr
Oct 19, 2019
c++
c++11
shared-ptr
stdvector
unique-ptr
Forward declarations and shared_ptr
Oct 17, 2022
c++
shared-ptr
forward-declaration
c++98
Do boost::shared_ptr<T> and boost::shared_ptr<const T> share the reference count?
Apr 30, 2017
c++
boost
shared-ptr
smart-pointers
How to combine the use of std::bind with std::shared_ptr
Nov 21, 2017
c++
c++11
std
shared-ptr
stdbind
Does make_shared do a default initialization (zero-init) for each member variable
Oct 30, 2022
c++
c++11
initialization
shared-ptr
« Newer Entries
Older Entries »