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 scoped-ptr
Any advantage to using shared_ptr over scoped_ptr at top level?
Mar 25, 2023
c++
shared-ptr
scoped-ptr
scoped pointers and reset
Dec 16, 2022
c++
boost
scoped-ptr
Why I cant return Boost::Scoped_ptr from function?
Nov 30, 2022
c++
boost
smart-pointers
scoped-ptr
Is it an overkill to use scoped_ptr in simple cases?
Sep 02, 2021
c++
boost
scoped-ptr
Which header should be used for using scoped_ptr
Jun 18, 2022
c++
smart-pointers
scoped-ptr
destructor not called in case of exception with scoped_ptr
Oct 18, 2022
c++
exception
boost
destructor
scoped-ptr
pimpl-idiom in template; which smart pointer?
Nov 20, 2022
c++
templates
boost
pimpl-idiom
scoped-ptr
Is it good practice to pass scoped_ptr by reference (from one method to another inside a class)?
Feb 22, 2022
c++
pass-by-reference
shared-ptr
scoped-ptr
When is a type considered complete?
Mar 07, 2022
c++
boost
smart-pointers
incomplete-type
scoped-ptr
Destructor not invoked when an exception is thrown in the constructor
May 13, 2022
c++
boost
scoped-ptr
Why scoped pointers in boost
Apr 26, 2022
c++
boost
scoped-ptr
C++: Can boost::scoped_ptr be initialized inside a constructor?
Apr 16, 2022
c++
boost
scoped-ptr
Why does boost not have a make_scoped()?
May 24, 2022
c++
boost
make-shared
scoped-ptr
shared_ptr vs scoped_ptr
Aug 31, 2022
c++
boost
shared-ptr
smart-pointers
scoped-ptr
Difference between boost::scoped_ptr<T> and std::unique_ptr<T>
Feb 21, 2022
c++
unique-ptr
scoped-ptr