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
When does it make sense to use unique_ptr with STL containers? (C++11)
Aug 28, 2022
c++
coding-style
stl
c++11
unique-ptr
Some std::unique_ptr uses and "gotchas"
May 22, 2022
c++
c++11
smart-pointers
unique-ptr
resource-management
Is std::unique_ptr an application of RAII?
Aug 20, 2022
c++
unique-ptr
STL Vector of Unique_ptr - How to reset?
Mar 09, 2018
c++
vector
c++11
std
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
« Newer Entries
Older Entries »