Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Assign derived class unique_ptr to base class unique_ptr

c++ oop c++11 unique-ptr

Why atomic overloads for shared_ptr exist

move-construct object with placement new

Transform into a const vector

c++ c++11

c++11: delegate constructor - can't select constructor template?

c++ c++11

Cost of thread-safe local static variable initialization in C++11?

Moving a unique_lock<recursive_mutex> to another thread

Stack Template Arguments

c++ c++11

thread safe unique id generation in c++

c++ c++11

Should I always check member pointers for nullptr?

c++ c++11

Class template specialization within template class

c++ c++11 templates sfinae

Forcing std::vector overload instead of int overload on list with one element

Retrieve default value of in-class initialized member

make_tuple with template parameters does not compile

What is the purpose of a virtual operator ()() here?

How to find min/max in std::map like in std::set?

c++ c++11 set stdmap stdset

Is it correct to pass the random number generator mt19937 by reference to helper functions?

c++ c++11 random

Erase elements from multimap, based on key values?

c++ c++11 dictionary stl

How to use make_pair to create pair of id and struct (object)?

c++ c++11

Atomic execution of a statement block

c++ c++11 visual-c++ c++14