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
Why is move necessary with emplace_back in this example?
Nov 05, 2020
c++
vector
move-semantics
unique-ptr
emplace
c++ exception safety in constructor
Oct 14, 2022
c++
exception
c++11
shared-ptr
unique-ptr
Why does shared_ptr signature differ from unique_ptr for arrays?
Apr 23, 2022
c++
memory
c++11
shared-ptr
unique-ptr
Is the contents of a pointer to a unique_ptr's contents valid after the unique_ptr is moved?
Nov 11, 2022
c++
pointers
move-semantics
unique-ptr
Pimpl with unique_ptr : Why do I have to move definition of constructor of interface to ".cpp"?
Mar 18, 2019
c++
unique-ptr
pimpl-idiom
How to use lambda as std::unique_ptr's Deleter?
Jun 18, 2022
c++
c++11
lambda
smart-pointers
unique-ptr
Why does my unique_ptr think is has a null function pointer deleter? [duplicate]
Jul 02, 2022
c++
sdl
unique-ptr
unique_ptr and OpenSSL's STACK_OF(X509)*
Dec 28, 2021
c++
c++11
openssl
smart-pointers
unique-ptr
from unique_ptr<char[]> to unique_ptr<const char[]>
Jun 01, 2022
c++
c++11
constants
unique-ptr
Could an optimizing compiler remove all runtime costs from std::unique_ptr?
Aug 24, 2022
c++
optimization
c++11
unique-ptr
How to use unique_ptr with operator new
Aug 27, 2022
c++
windows
c++11
new-operator
unique-ptr
How to construct a vector with unique pointers
Aug 25, 2022
c++
c++11
unique-ptr
initializer-list
list-initialization
Couple of questions about SDL_Window and unique_ptr
Jun 23, 2022
c++
sdl
unique-ptr
Changing boost::scoped_ptr to std::unique_ptr
Apr 22, 2022
c++
c++11
boost
smart-pointers
unique-ptr
How do I transfer ownership of a unique_ptr when returning a tuple?
Oct 20, 2022
c++
c++11
unique-ptr
How to use unique_ptr with std::copy?
Oct 21, 2022
c++
c++11
smart-pointers
unique-ptr
Can I store a function's output parameter into a unique_ptr?
Jul 04, 2022
c++
c++11
unique-ptr
What is the advantage of a unique_ptr over a shared_ptr
Dec 16, 2020
c++
shared-ptr
smart-pointers
unique-ptr
Assign smart pointer in condition or loop
Apr 02, 2022
c++
c++11
unique-ptr
Unit testing, mocking and unique_ptr
May 29, 2022
c++
c++11
mocking
smart-pointers
unique-ptr
« Newer Entries
Older Entries »