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
How does one downcast a std::shared_ptr?
Aug 18, 2022
c++
c++11
shared-ptr
downcast
C++11 When clearing shared_ptr, should I use reset or set to nullptr?
Aug 18, 2022
c++
c++11
shared-ptr
reset
nullptr
What is the difference between an empty and a null std::shared_ptr in C++?
Aug 17, 2022
c++
c++11
shared-ptr
Example to use shared_ptr?
Aug 17, 2022
c++
boost
vector
shared-ptr
smart-pointers
Passing shared pointers as arguments
Nov 19, 2022
c++
c++11
shared-ptr
c++-faq
Where is shared_ptr?
Aug 16, 2022
c++
boost
c++11
shared-ptr
smart-pointers
Passing shared_ptr<Derived> as shared_ptr<Base>
Aug 16, 2022
c++
casting
c++11
shared-ptr
smart-pointers
Why is shared_ptr<void> legal, while unique_ptr<void> is ill-formed?
Oct 21, 2022
c++
shared-ptr
smart-pointers
unique-ptr
C++ - passing references to std::shared_ptr or boost::shared_ptr
Aug 16, 2022
c++
boost
pass-by-reference
pass-by-value
shared-ptr
std::shared_ptr thread safety explained
Aug 16, 2022
c++
c++11
shared-ptr
Does C++11 unique_ptr and shared_ptr able to convert to each other's type?
Oct 20, 2022
c++
c++11
shared-ptr
unique-ptr
std::shared_ptr of this
Aug 16, 2022
c++
this
shared-ptr
this-pointer
Should I pass a shared_ptr by reference? [duplicate]
Aug 15, 2022
c++
shared-ptr
Difference between `const shared_ptr<T>` and `shared_ptr<const T>`?
Aug 15, 2022
c++
boost
constants
shared-ptr
Why do std::shared_ptr<void> work
Sep 16, 2022
c++
c++11
shared-ptr
Using smart pointers for class members
Aug 15, 2022
c++
c++11
shared-ptr
smart-pointers
unique-ptr
Why would I std::move an std::shared_ptr?
Aug 14, 2022
c++
c++11
shared-ptr
smart-pointers
move-semantics
shared_ptr to an array : should it be used?
Aug 14, 2022
c++
c++11
shared-ptr
How do I call ::std::make_shared on a class with only protected or private constructors?
Aug 14, 2022
c++
c++11
shared-ptr
« Newer Entries
Older Entries »