Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Using std::shuffle with custom Random Number Generator?

c++ c++11 random std shuffle

How to test for availability of decltype?

c++ c++11 decltype

c++ lambda remove even numbers

c++ c++11 vector lambda

Compare and swap instruction in python

python python-2.7 c++11

Variadic templates of Variadic templates class in c++

Type inference for integral template parameter

c++ c++11 c++14

Storing a list/map of object types in a class in C++11/C++14

c++ c++11 c++14

CMakeLists parse file

json xml parsing c++11 cmake

How to get from a tuple to a tuple of references to elements in the tuple?

c++ c++11 tuples

Generate a variadic list at runtime

gcc constexpr intepreted as inline?

c++ c++11

Optimal way to search a std::set

c++ algorithm c++11 stl set

How to check if a container passed to a function is sorted and sort it if not

c++ sorting c++11 vector stl

A portable way to mark a C++ declaration as deprecated that would be accepted by C++ 11

c++ c++11 boost g++ c++14

How to define functions and data from another namespace, not in the global one?

c++ c++11 gcc namespaces

constexpr concept in c++11

c++ c++11 constexpr

C++11 Thread Queue

c++ multithreading c++11 std

What is the implementation of std::min() that has a single parameter?

c++ c++11 initializer-list