Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Why can not I use constexpr value in function, but I can do the same in scope of this value?

Conversion Function with decltype(auto) in C++14

This code, why does it have to show undefined behavior?

template function that deduces both containers and initializer_list-s

C++11/14: How to remove a pointer-to-member from a type?

c++ c++11 c++14

Lambda Captures C++14

c++ lambda c++14

return values from lambdas with auto parameter

c++ c++11 lambda c++14

C++14 constexpr union conditional initialization in constructor

c++ c++14 unions constexpr

C++ constexpr : Compute a std array at compile time

How to Compile C++14 code for Android?

Why using 0 as default non type template parameter for void* is not allowed

c++ templates c++11 c++14 void

c++ closure creation

c++ c++11 lambda closures c++14

What is going on here? I assign result to result in C++

c++ c++14 unique-ptr

Need to check for nullptr when make_shared and make_unique is used?

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

Inherited attributes for hidden dependencies?

c++ c++14

function-try-block and noexcept

Detecting presence of an arbitrary member

c++ templates c++11 c++14

How to pass vector elements as arguments to variadic template function?

c++ c++11 c++14

Are fold expressions a C++14 or a C++1z feature?

How to check if a class has a default constructor, either public, protected or private

c++ c++11 c++14