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
When to use std::make_shared_for_overwrite?
Apr 19, 2026
c++
shared-ptr
c++20
'boost::make_shared' : ambiguous call to overloaded function
Apr 16, 2026
c++
boost
shared-ptr
make-shared
How can I transparently process std::vector of T and std::vector of std::shared_ptr<T> in a template?
Apr 17, 2026
c++
templates
generics
std
shared-ptr
Why is there no overload of bool std::operator==(T1* a, std::shared_ptr<T2> b)?
Apr 17, 2026
c++
c++11
operator-overloading
shared-ptr
std::shared_ptr<T[]> VS std::array<T, size>/std::vector<T>
Apr 16, 2026
c++
c++17
std
shared-ptr
C++ compiler error: “invalid declarator before”
Apr 14, 2026
c++11
compiler-errors
shared-ptr
factory-method
make-shared
Assigning a dereferenced shared_ptr
Apr 15, 2026
c++
memory-leaks
shared-ptr
dereference
Initializing std::shared_ptr with std::make_shared having an std::array as argument
Apr 14, 2026
c++
c++11
std
shared-ptr
pass derived class shared_ptr as parameter to function that wants base class shared_ptr
Apr 14, 2026
c++
visual-c++
inheritance
shared-ptr
Factory method creating shared_ptr object
Apr 13, 2026
c++
visual-c++
polymorphism
shared-ptr
Accessing weak_ptr after deleting the original pointer
Apr 10, 2026
c++
vector
shared-ptr
weak-ptr
C++ Compare stacks of shared pointers
Apr 04, 2026
c++
pointers
shared-ptr
comparator
copy constructor for a class with pointer to a user defined type
Apr 04, 2026
c++
shared-ptr
copy-constructor
deep-copy
shared_ptr assignment notation implicit conversion
Apr 03, 2026
c++
c++11
shared-ptr
explicit
How does shared_ptr<T> detect that T derives from enable_shared_from_this<T>?
Apr 03, 2026
c++
boost
std
shared-ptr
enable-shared-from-this
How to pass and share shared_ptr ownership with a better performance? [duplicate]
Apr 01, 2026
c++
c++11
shared-ptr
Is it safe to call a method on a smart pointer that is moved-from in the arguments?
Mar 30, 2026
c++
c++11
language-lawyer
shared-ptr
move-semantics
A very weak reference (cannot be turned into shared)
Mar 28, 2026
c++
shared-ptr
weak-references
Older Entries »