Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Why is this constexpr function giving different results under different circumstances in gcc?

c++ g++ c++14 constexpr

Metaprogramming tricks: how to simplify implementation of two metafunctions

Why no transparent C++1x std::map::at?

result_of does not define type for mem_fn

Why does gcc warn about large alignas value?

c++ c++14

What does template<class = enable_if_t<...>> do?

Clean way to lazy initialize and cache internal value in lambda

c++ lambda c++14

Assign a value to an rvalue reference returned from function

Passing a std::shared_ptr<T> to a function that takes a std::shared_ptr<const T>?

c++ c++11 c++14 shared-ptr

static const vs constexpr member fields in C++11/14?

Nested loops unrolling using metaprogramming

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