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 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
Smart pointers vs. value as member variables
Apr 17, 2019
c++
class
smart-pointers
member
How to approach copying objects with smart pointers as class attributes?
May 16, 2022
c++
smart-pointers
copy-constructor
assignment-operator
Why doesn't std::weak_ptr have operator->?
Nov 19, 2022
c++
shared-ptr
smart-pointers
weak-ptr
Smart Pointers and Exception handling
Nov 20, 2022
c++
exception
smart-pointers
Wrapping C create and destroy functions using a smart pointer
Sep 05, 2022
c++
c
pointers
smart-pointers
cross-language
What type of object should this function return?
Jun 02, 2022
c++
c++11
factory
smart-pointers
lifetime
What is the difference between auto pointers and shared pointers in C++
Apr 28, 2019
c++
shared-ptr
smart-pointers
auto-ptr
Correct way to initialize array of boost::scoped_ptr?
Dec 24, 2020
c++
boost
smart-pointers
How do use a std::auto_ptr in a class you have to copy construct?
Feb 19, 2022
c++
smart-pointers
auto-ptr
« Newer Entries
Older Entries »