Newbetuts
.
New posts in unique-ptr
Getting a unique_ptr out of a priority queue
c++
c++11
priority-queue
unique-ptr
gcc4.8
Recommended usage of std::unique_ptr [duplicate]
c++
c++11
smart-pointers
unique-ptr
Lock-free swap of two unique_ptr<T>
c++
c++11
unique-ptr
lock-free
atomic-swap
Passing unique_ptr to functions
c++
smart-pointers
unique-ptr
unique_ptr and OpenSSL's STACK_OF(X509)*
c++
c++11
openssl
smart-pointers
unique-ptr
How can I compile C++11 code with Orwell Dev-C++?
c++
c++11
unique-ptr
dev-c++
How to create a vector of unique pointers pointing at default constructed objects
c++
initialization
stdvector
unique-ptr
How to make std::make_unique a friend of my class
c++
templates
c++14
unique-ptr
friend-function
Bad practice to return unique_ptr for raw pointer like ownership semantics?
c++
smart-pointers
unique-ptr
ownership-semantics
What happens to unique_ptr after std::move()?
c++
unique-ptr
Raw pointer lookup for sets of unique_ptrs
c++
c++11
unique-ptr
c++14
Dynamic casting for unique_ptr
c++
casting
c++11
smart-pointers
unique-ptr
Use of unique_ptr and cudaMalloc
c++11
pointers
cuda
unique-ptr
unique_ptr boost equivalent?
c++
boost
c++11
unique-ptr
shared_ptr<> is to weak_ptr<> as unique_ptr<> is to... what?
c++
c++11
unique-ptr
std::unique_ptr, deleters and the Win32 API
c++
winapi
c++11
unique-ptr
Should I use shared_ptr or unique_ptr
c++
c++11
shared-ptr
pimpl-idiom
unique-ptr
remove unique_ptr from queue
c++
c++11
unique-ptr
error: ‘unique_ptr’ is not a member of ‘std’
c++
c++11
g++
unique-ptr
Difference between boost::scoped_ptr<T> and std::unique_ptr<T>
c++
unique-ptr
scoped-ptr
Prev
Next