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 unique-ptr
Error after trying to get unique_ptr element from vector
Jan 02, 2022
c++
vector
unique-ptr
When should I return by value, as opposed to returning a unique pointer
Nov 18, 2022
c++
c++11
memory-management
unique-ptr
return-by-value
c++ shared_ptr release ownership [duplicate]
Sep 23, 2022
c++
shared-ptr
unique-ptr
singleton pattern and std::unique_ptr
Apr 26, 2022
c++
singleton
unique-ptr
How to fill an array of unique_ptr?
Mar 17, 2022
c++
arrays
c++11
c++14
unique-ptr
What's with unique_ptr::get() instead of &*?
Aug 24, 2022
c++
pointers
smart-pointers
unique-ptr
Why does Visual Studio compiler allow violation of private inheritance in this example?
Mar 16, 2022
c++
visual-studio
encapsulation
unique-ptr
private-inheritance
Move `unique_ptr`s between sets
Mar 11, 2017
c++
containers
unique-ptr
C++ std::unique_ptr stored inside std::map use of deleted function ill formed
Jan 14, 2022
c++
dictionary
unique-ptr
Using automatic deduction with unique_ptr and custom deleter
Aug 27, 2022
c++
c++17
unique-ptr
type-deduction
C++11 non-owning reference/pointer to unique_ptr?
Nov 18, 2022
c++
pointers
reference
unique-ptr
boost::variant; std::unique_ptr and copy
Dec 21, 2020
c++
c++11
unique-ptr
boost-variant
Add implicit conversion from unique_ptr<T> to T*
Nov 19, 2022
c++
implicit-conversion
unique-ptr
std::make_unique's (and emplace, emplace_back's) awkward deduction for initializer_list arguments
Apr 10, 2022
c++
c++14
unique-ptr
initializer-list
c++17
Use unique_ptr for ownership and raw pointer otherwise?
Jul 21, 2019
c++
c++11
unique-ptr
ownership
Memory footprint of unique_ptr [duplicate]
Oct 15, 2022
c++
c++11
unique-ptr
Is it a bad habit to initialize a unique_ptr using reset?
Nov 06, 2022
c++
c++14
unique-ptr
Can't return nullptr for unique_ptr return type
Nov 08, 2022
c++
c++11
unique-ptr
nullptr
What is the syntax to declare a unique_Ptr variable in a header, then assign it later in the constructor?
Sep 07, 2022
c++-cli
unique-ptr
« Newer Entries
Older Entries »