Execution Policy in C++17
C++ STL Overview

C++ STL Overview

If you want to know all STL algorithms, or you want to learn how to master STL algorithms. Please click this article for more details.
Read more
C++ learning lists
C++ Lambda Idioms

C++ Lambda Idioms

Have you ever inherited from a lambda? Can you think of three different ways to call a lambda recursively? Do you know what happens if we assign an immediately-invoked lambda expression to a static variable? If not, please read this post and talk this with me.
Read more
Lambda Expression

Lambda Expression

Learn how to use init-capture in lambda expression since C++14.
Read more
Template Metaprogramming---Type Traits