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
How does the custom deleter of std::unique_ptr work?
Aug 27, 2022
c++
c++11
unique-ptr
delete-operator
unique_ptr boost equivalent?
Aug 27, 2022
c++
boost
c++11
unique-ptr
shared_ptr<> is to weak_ptr<> as unique_ptr<> is to... what?
Dec 15, 2021
c++
c++11
unique-ptr
error: ‘unique_ptr’ is not a member of ‘std’
Sep 16, 2022
c++
c++11
g++
unique-ptr
remove unique_ptr from queue
Aug 26, 2022
c++
c++11
unique-ptr
Difference between boost::scoped_ptr<T> and std::unique_ptr<T>
Feb 21, 2022
c++
unique-ptr
scoped-ptr
How do I use unique_ptr for pimpl?
Aug 26, 2022
c++
c++11
pimpl-idiom
unique-ptr
"Downcasting" unique_ptr<Base> to unique_ptr<Derived>
Sep 25, 2022
c++
c++11
smart-pointers
factory-pattern
unique-ptr
Iterating through vector<unique_ptr<mytype>> using C++11 for() loops
Jan 05, 2017
c++
c++11
vector
unique-ptr
C++ inserting unique_ptr in map
Aug 17, 2022
c++
pointers
map
stl
unique-ptr
what's the point of std::unique_ptr::get
Aug 26, 2022
c++
c++11
pointers
unique-ptr
Why can't a weak_ptr be constructed from a unique_ptr?
Oct 17, 2022
c++
shared-ptr
smart-pointers
unique-ptr
weak-ptr
Why does unique_ptr take two template parameters when shared_ptr only takes one?
Aug 25, 2022
c++
c++11
std
shared-ptr
unique-ptr
Should I assign or reset a unique_ptr?
Aug 25, 2022
c++
c++11
smart-pointers
unique-ptr
Is unique_ptr guaranteed to store nullptr after move?
Aug 17, 2022
c++
c++11
move-semantics
unique-ptr
Forward declaration with unique_ptr? [duplicate]
Aug 17, 2022
c++
destructor
forward-declaration
unique-ptr
Is auto_ptr deprecated?
Aug 17, 2022
c++
standards
smart-pointers
auto-ptr
unique-ptr
Proper way to create unique_ptr that holds an allocated array
Aug 17, 2022
c++
linux
gcc
c++11
unique-ptr
unique_ptr to a derived class as an argument to a function that takes a unique_ptr to a base class
Aug 17, 2022
c++
visual-studio-2012
c++11
unique-ptr
How to pass std::unique_ptr around?
Aug 17, 2022
c++
c++11
unique-ptr
« Newer Entries
Older Entries »