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 do I call make_shared or make_unique with a templated Constructor
Sep 26, 2021
c++
templates
c++11
smart-pointers
make-shared
Are C++ smart pointers lockfree?
Aug 23, 2022
c++
multithreading
c++11
smart-pointers
lock-free
unique_ptr ownership semantics
Jun 28, 2022
c++
smart-pointers
unique-ptr
ownership-semantics
When to use unique_ptr instead of local object?
Nov 08, 2022
c++
smart-pointers
unique-ptr
Order of destruction parent and child
Sep 12, 2022
c++
class
smart-pointers
Why does "weak.lock()" return "nullptr" with the definition of "auto weak=std::make_shared<int>(42);"?
Sep 05, 2022
c++
smart-pointers
keeping shared_ptr use_count() at 1
Sep 22, 2022
c++
c++17
smart-pointers
Passing a smart pointer as argument inside a class: scoped_ptr or shared_ptr?
Oct 26, 2022
c++
class
boost
smart-pointers
How should smart pointers get down casted?
Jun 28, 2022
c++
stl
smart-pointers
Reference count when returning a shared_ptr
Aug 26, 2022
c++
smart-pointers
Add an item in a container of smart pointers
Mar 12, 2018
c++
containers
smart-pointers
unique-ptr
unique ptr initialisation assertion failure
Jun 22, 2022
c++
smart-pointers
unique-ptr
Is there a use case for std::unique_ptr<std::array<T,N>>
Nov 06, 2022
c++
arrays
c++11
smart-pointers
shall I delete smart pointer manually?
Aug 17, 2022
c++
smart-pointers
C++11 smart pointers always instead of new/delete?
May 16, 2022
c++
performance
c++11
new-operator
smart-pointers
Operating on dynamic memory, is it meaningful to overload a const memeber function?
Sep 27, 2019
c++
class
constants
smart-pointers
dynamic-memory-allocation
Why does unique_ptr<T>::~unique_ptr need the definition of T?
Mar 18, 2017
c++
c++11
std
smart-pointers
C++ Visitor pattern with smart pointers
Jun 16, 2021
c++
smart-pointers
visitor-pattern
Syntax for dynamically allocating a 2D array of smart pointers
Sep 07, 2022
c++
arrays
memory-management
multidimensional-array
smart-pointers
Smart pointers with addrinfo struct
Mar 27, 2019
sockets
c++11
smart-pointers
« Newer Entries
Older Entries »