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 use shared_from_this in a derived class without superfluous RC manipulations?
Apr 30, 2022
c++
c++11
shared-ptr
Should my API functions take shared_ptr or weak_ptr
Nov 05, 2022
c++
shared-ptr
weak-ptr
Why can't intrusive_ptr and shared_ptr be used with boost::intrusive containers?
Sep 23, 2022
c++
boost
shared-ptr
smart-pointers
intrusive-containers
Unexpected behavior from shared_from_this when creating multiple shared_ptr "families" over same object
Jan 22, 2021
c++
shared-ptr
weak-ptr
Is there an STL comparator for std::set (or std::map) with shared_ptr keys that provides value-based lookups? What exactly does std::owner_less do?
Nov 01, 2022
c++
c++11
stl
shared-ptr
comparator
Why doesn't `static_pointer_cast` work with ADL, but requires explicit `std::`?
Apr 25, 2022
c++
shared-ptr
argument-dependent-lookup
unqualified-name
boost::make_shared<T>(...) does not compile, shared_ptr<T>(new T(...)) does
Aug 27, 2022
boost
c++11
shared-ptr
Function overloading with shared pointer argument ambiguity
Jan 14, 2022
c++
inheritance
c++11
shared-ptr
overloading
Using boost::shared_ptr with classes that overload the subscript operator ([])
Jul 31, 2019
c++
boost
shared-ptr
operator-keyword
subscript
Moving a shared_ptr to the method called on the object the shared_ptr points to
Nov 06, 2022
c++
c++11
c++14
shared-ptr
c++17
Having a vector of weak_ptr, want to return a vector of shared_ptr
May 31, 2022
c++
boost
vector
shared-ptr
weak-ptr
Using STL algorithms with shared_ptr, function objects
Oct 29, 2021
c++
shared-ptr
stl-algorithm
function-object
why shared_ptr can access with ingoring the "protected access right"
Sep 11, 2019
c++
shared-ptr
c++ exception safety in constructor
Oct 14, 2022
c++
exception
c++11
shared-ptr
unique-ptr
assigning one shared_ptr to another
Aug 28, 2022
c++11
shared-ptr
Why does shared_ptr signature differ from unique_ptr for arrays?
Apr 23, 2022
c++
memory
c++11
shared-ptr
unique-ptr
Using boost::shared_ptr with a view to replacing it later
Jul 25, 2019
c++
boost
shared-ptr
template-aliases
How to represent shared objects in UML?
Sep 08, 2018
object
uml
shared-ptr
class-diagram
shared-objects
std::shared_ptr internals, weak count more than expected
Aug 30, 2022
c++
stl
shared-ptr
Same address, multiple shared_ptr counters, is it forbidden by C++ standard?
Feb 22, 2021
c++
c++11
shared-ptr
language-lawyer
« Newer Entries
Older Entries »