Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Capturing perfectly-forwarded variable in lambda

Advantages of using user-defined literal for strings instead of string literal

Why isn't `std::initializer_list` defined as a literal type?

Is there a name for this tuple-creation idiom?

Has C++ standard changed with respect to the use of indeterminate values and undefined behavior in C++14?

Iterating over different types

c++ c++11 c++14

C++14 Variable Templates: what is their purpose? Any usage example?

c++ templates c++14 rationale

default override of virtual destructor

c++ c++11 c++14

Overload resolution between object, rvalue reference, const reference

How to create an std::function from a move-capturing lambda expression?

c++ lambda std c++14

Why does initialization of array of pairs still need double braces in C++14?

c++ c++14 initializer-list

Lambda-Over-Lambda in C++14

c++ lambda c++14

Get Apple clang version and corresponding upstream LLVM version

Why was the space character not chosen for C++14 digit separators?

Why use std::bind over lambdas in C++14?

c++ lambda bind c++14

Assignment in C++ occurs despite exception on the right side

c++ c++14

C++11: Correct std::array initialization?

How to emulate EBO when using raw storage?

c++ c++14

Is a pointer with the right address and type still always a valid pointer since C++17?

Pass by value vs pass by rvalue reference

c++ c++11 c++14