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 smart-pointers
How does std::shared_ptr delete a polymorphic type with protected destructor? [duplicate]
Sep 24, 2020
c++
destructor
smart-pointers
When is a type considered complete?
Mar 07, 2022
c++
boost
smart-pointers
incomplete-type
scoped-ptr
How do I pass Rc<RefCell<Box<MyStruct>>> to a function accepting Rc<RefCell<Box<dyn MyTrait>>>?
Aug 23, 2017
rust
smart-pointers
trait-objects
Accessing owner in destructor c++
Aug 29, 2022
c++
smart-pointers
ownership-semantics
shared_ptr - pass by value vs pass by reference
Apr 11, 2022
c++
boost
smart-pointers
Why would I want to use a smart pointer in this situation?
Nov 13, 2022
c++
pointers
smart-pointers
Using/storing derived member in derived class with base class that stores base member
Oct 16, 2022
c++
c++11
inheritance
smart-pointers
raii
How do reference-counting smart pointer's avoid or handle reference-counter overflows?
Jan 03, 2020
c++
automatic-ref-counting
smart-pointers
integer-overflow
refcounting
What happens if a shared_ptr's constructor fails?
Jun 24, 2018
c++
memory-management
smart-pointers
How to correctly move ownership from raw pointer to std::unique_ptr?
Sep 08, 2022
c++
smart-pointers
Undefined reference error when initializing unique_ptr with a static const
Apr 28, 2022
c++
c++14
smart-pointers
C++ Rule of Zero : polymorphic deletion and unique_ptr behavior
Sep 23, 2022
c++
polymorphism
smart-pointers
rule-of-zero
Is there a point to define move-only objects in c++11?
Mar 11, 2021
c++
c++11
std
smart-pointers
pass-by-value
Why is there no boost::copy_on_write_ptr?
Jan 29, 2022
c++
boost
idioms
smart-pointers
copy-on-write
Is there a general smart pointer like auto_ptr and shared_ptr that doesn't need C++0x?
Mar 07, 2022
c++
shared-ptr
smart-pointers
Using shared_ptr with multi inheritance class
Aug 21, 2018
c++
inheritance
multiple-inheritance
smart-pointers
intrusive_ptr: Why isn't a common base class provided?
Mar 24, 2021
c++
boost
shared-ptr
smart-pointers
boost-smart-ptr
Lambda capture shared_ptr member
Mar 27, 2022
c++
memory-management
c++11
lambda
smart-pointers
Using std::shared_ptr<void> to point to anything
Apr 24, 2022
c++
c++11
stl
shared-ptr
smart-pointers
Why can't I return a shared pointer in C++14 when the function return type is bool?
Apr 15, 2022
c++
return
return-value
smart-pointers
boolean-expression
« Newer Entries
Older Entries »