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
passing vector<shared_ptr<Derived>> to a function expecting vector<shared_ptr<Base>>
Nov 29, 2016
c++
inheritance
shared-ptr
smart-pointers
const correctness and shared_ptr, a matter of design?
Oct 14, 2022
c++
boost
shared-ptr
const-correctness
Finding where a shared_ptr's reference count is incremented
Aug 31, 2022
c++
memory-leaks
valgrind
shared-ptr
C++ memory management when passing shared_ptr to lambda
Jan 09, 2019
c++
lambda
shared-ptr
pass-by-value
reference-counting
shared_ptr vs CComPtr
Jan 25, 2017
c++
com
shared-ptr
exception: bad_weak_ptr while shared_from_this
Jul 31, 2020
c++
shared-ptr
boost::any type change leading to illegal access
Jul 03, 2022
c++
boost
shared-ptr
How to make a copy of vector of shared_ptrs? [duplicate]
Sep 16, 2022
c++
c++11
inheritance
shared-ptr
std::bind with pointer to a function object
Mar 20, 2018
c++
c++11
bind
shared-ptr
variadic-templates
shared_ptr with incomplete types from library
Oct 14, 2022
c++
sdl
shared-ptr
Understanding of Scott Meyers' third example of std::weak_ptr
Aug 20, 2022
c++
c++11
shared-ptr
weak-ptr
effective-c++
boost shared_ptr and 'this'
Nov 01, 2022
c++
boost
shared-ptr
Boost shared_ptr with overloaded placement new/delete
Nov 16, 2020
c++
memory-management
shared-ptr
placement-new
Pimpl idiom and internal object collaboration without friend declaration
Mar 08, 2022
c++
shared-ptr
friend
pimpl-idiom
return vector<Foo> or shared_ptr<vector<Foo>>?
Jun 28, 2022
c++
boost
vector
c++11
shared-ptr
What happens if I reset a std::shared_ptr to itself
Jul 20, 2022
c++
c++11
shared-ptr
shared_ptr does not find virtual method
Oct 17, 2022
c++
shared-ptr
std::shared_ptr<T>: implicit constructor for rvalue pointer to T
May 05, 2017
c++
c++11
shared-ptr
rvalue
What's the best strategy for typedef'ing shared pointers?
Aug 25, 2022
c++
boost
typedef
shared-ptr
Is there a way to cast shared_ptr<void> to shared_ptr<T>?
Sep 13, 2018
c++
shared-ptr
void-pointers
reference-counting
« Newer Entries
Older Entries »