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 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
std::unique_ptr deleted function, initializer_list - driven allocation
Jan 31, 2020
c++
c++11
unique-ptr
initializer-list
std::unique_ptr and pointer to pointer
Mar 02, 2019
c++
c++11
unique-ptr
vector of unique_ptr deleting?
Oct 15, 2022
c++
segmentation-fault
game-engine
stdvector
unique-ptr
Copy Constructor to transfer ownership of a unique_ptr
Jun 28, 2022
c++
copy-constructor
unique-ptr
ownership
When does std::unique_ptr<A> need a special deleter if A has a destructor?
Nov 01, 2022
c++
destructor
unique-ptr
delete-operator
Add a deep copy ctor to std::unique_ptr<my_type>
Mar 20, 2018
c++
c++11
copy-constructor
deep-copy
unique-ptr
No op delete for unique_ptr
Nov 16, 2022
c++
c++11
unique-ptr
« Newer Entries
Older Entries »