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
unique_ptr < 0 OR what does less than operator do?
Sep 16, 2022
c++
operator-overloading
unique-ptr
Why do I need to move `std::unique_ptr`
Sep 24, 2022
c++
c++17
unique-ptr
move-semantics
structured-bindings
unique_ptr constructor with custom deleter is deleted
Aug 10, 2022
c++
visual-c++
unique-ptr
std::unique_ptr twice as big as underlying object
Nov 20, 2022
c++
unique-ptr
C++: Is it safe to pass an argument like unique_ptr::get() to function
Nov 12, 2022
c++
c++11
stl
unique-ptr
temporary
How to execute member-function-pointer with a smart pointer object?
Aug 30, 2022
c++
c++11
smart-pointers
unique-ptr
member-function-pointers
Error with `std::vector< std::unique_ptr< T > >`
Oct 28, 2022
c++
c++11
stdvector
move-semantics
unique-ptr
using std::unique_ptr with allocators
Apr 11, 2018
c++
unique-ptr
allocator
What is going on here? I assign result to result in C++
Mar 01, 2022
c++
c++14
unique-ptr
Linker error when using unique_ptr in C++/CLI
Sep 24, 2022
c++
visual-studio-2010
c++11
c++-cli
unique-ptr
Why is there no [] operator for std::shared_ptr? [duplicate]
Oct 29, 2022
c++
c++11
shared-ptr
unique-ptr
Construct unordered_map with a value_type of unique_ptr
Apr 06, 2022
c++
c++11
c++14
unique-ptr
unordered-map
c++ how to convert already created object to unique_ptr
Oct 26, 2022
c++
unique-ptr
Why is unique_ptr operator* not noexcept? [duplicate]
Sep 21, 2022
c++
unique-ptr
dereference
noexcept
C++ - std::unique_ptr in vector<> is nullptr
Oct 15, 2022
c++
polymorphism
unique-ptr
unique_ptr in member initialization list
Apr 30, 2022
c++
c++11
constructor
initialization
unique-ptr
Returning unique_ptr in Factory
Sep 08, 2019
c++
factory-pattern
unique-ptr
Stack overflow with unique_ptr linked list [closed]
Aug 20, 2022
c++
c++11
linked-list
stack-overflow
unique-ptr
std::list<std::unique_ptr>: empty initializer list vs. default constructor
Aug 30, 2020
c++
unique-ptr
c++17
Why can I not instantiate std::vector<std::unique_ptr<int>> with {std::move(first), std::move(second)}? [duplicate]
Apr 14, 2022
c++
unique-ptr
initializer-list
« Newer Entries
Older Entries »