Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Smart Pointers
Is the Rule of 5 (for constructors and destructors) outdated?
Apr 17, 2021
Passing the address of dereferenced smart pointers to functions that expect raw pointers
Apr 17, 2021
Can a smart pointer be optimized away?
Apr 17, 2021
How to execute member-function-pointer with a smart pointer object?
Apr 17, 2021
How to reduce the implementation code of lots of wrapper classes?
Apr 17, 2021
If make_shared/make_unique can throw bad_alloc, why is it not a common practice to have a try catch block for it?
Apr 17, 2021
Compiler doesn't fail when pushing back a std::unique_ptr into a std::vector
Apr 17, 2021
Is it OK to make a placement new on memory managed by a smart pointer?
Apr 17, 2021
Is it useful to pass std::weak_ptr to functions?
Apr 17, 2021
Vector with references to unique_ptr
Apr 17, 2021
Older Entries »