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
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
Returning Smart Pointers
Dec 22, 2022
c++
shared-ptr
smart-pointers
unique-ptr
resource-management
Creating a unique_ptr from a pointer
Dec 21, 2022
c++
unique-ptr
What is the best pattern to return dynamically allocated buffer from a function in C++?
Dec 19, 2022
c++
design-patterns
memory-management
unique-ptr
Efficiently and elegantly returning emplaced unique_ptr
Dec 18, 2022
c++
c++11
return
unique-ptr
emplace
unique_ptr to char* conversion
Dec 16, 2022
c++
pointers
unique-ptr
No appropriate default constructor available for std::unique_ptr
Dec 15, 2022
c++
sdl
unique-ptr
Fluent interface pattern and std::unique_ptr
Dec 14, 2022
c++
design-patterns
c++11
fluent-interface
unique-ptr
Is a std::unique_ptr moved into a std::vector when using push_back?
Dec 14, 2022
c++
c++11
vector
stdvector
unique-ptr
Returning a unique_ptr from a class method C++0x
Dec 09, 2022
c++
c++11
smart-pointers
unique-ptr
Is it possible to apply std::sort on std::unique<T[ ]>?
Dec 08, 2022
c++
c++11
heap-memory
unique-ptr
« Newer Entries
Older Entries »