Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why the initializer of std::function has to be CopyConstructible?

Is it possible to initialise an array of non-POD with operator new and initialiser syntax?

Why does std::min(std::initializer_list<T>) take arguments by value?

Detect if C++ lambda can be converted to function pointer

Switch statement variadic template expansion

Compile time array from C++ template parameter pack

How to remove several elements from the end of std::vector?

c++ c++11 vector stl

How do I create a type list to expand into a tuple?

c++ c++11 c++14

C++11 making variadic constructor understand an initialization list of initialization lists

Memory Model in C++ : sequential consistency and atomicity

Is there any way to avoid code replication across different constructors of a class?

c++ c++11

std::upper_bound returns const iterator in const member function

Is it legal to cast to enum values not representable by enum?

c++ c++11 enums

Efficiency difference between copy and move constructor

c++ c++11

Iterate with constexpr

c++ c++11

C++ or macro magic to generate method and forward arguments

c++ c++11 macros

Alternative for std::bind in modern C++

c++ c++11 c++14 c++17

C++ parameter pack with single type enforced in arguments

std::call_once safe for non atomic variables?

c++ multithreading c++11

Initialization with empty curly braces