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 do you add Derived objects to a vector of unique_ptr
Feb 15, 2023
c++
pointers
vector
unique-ptr
Moving a vector of unique_ptr<T> [duplicate]
Feb 11, 2023
c++
c++11
vector
move-semantics
unique-ptr
Error on MSVC when trying to declare std::make_unique as friend of my templated class
Feb 10, 2023
c++
c++14
unique-ptr
friend-function
msvc12
Constant character pointer using unique_ptr
Jan 30, 2023
c++
unique-ptr
c-strings
char-pointer
const-char
std::unique_ptr test before taking ownership
Jan 30, 2023
c++
move-semantics
unique-ptr
Do strings make a copy of the data in it's constructor
Jan 28, 2023
c++
string
unique-ptr
Why is unique_ptr<T> not constructible from T*?
Jan 26, 2023
c++
unique-ptr
Are here any benefits from using std::unique_ptr?
Jan 27, 2023
c++
exception
unique-ptr
What are the benefits and risks, if any, of using std::move with std::shared_ptr
Jan 12, 2023
c++
c++11
shared-ptr
move-semantics
unique-ptr
Should I use unique_ptr for a string?
Jan 04, 2023
c++
c++11
unique-ptr
stdstring
Deep and shallow cloning with unique pointers
Jan 02, 2023
c++
unique-ptr
Cannot pass std::unique_ptr in std::function<>
Jan 01, 2023
c++
function
lambda
unique-ptr
Implementing Containers using Smart Pointers
Dec 30, 2022
c++
c++11
containers
smart-pointers
unique-ptr
How to use unique_ptr for arrays
Dec 27, 2022
c++
unique-ptr
move-constructor
Cannot understand how to add new object to std::list<std::unique_ptr<classname>>
Dec 28, 2022
c++
c++11
stl
unique-ptr
Passing a container of unique_ptr to constructor?
Dec 28, 2022
c++
constructor
containers
move
unique-ptr
How do you move a unique_ptr out of an vector<unique_ptr<Foo>>?
Dec 27, 2022
c++
vector
unique-ptr
How to create a new value and assign to a private unique_ptr in a class constructor?
Dec 26, 2022
c++
c++11
smart-pointers
unique-ptr
Dealing with unique_ptr in containers
Dec 22, 2022
c++
c++11
smart-pointers
unique-ptr
Iterating over dereferenced unique_ptr, that contains vector, in for range loop
Feb 05, 2023
c++
c++11
for-loop
vector
unique-ptr
« Newer Entries
Older Entries »