1. Overview In this article, we will be looking at new in c++14 type-specifier decltype(auto). We will learn how it enhances bare auto usage, and when its use really makes […]
Category: C++14
New function return type deduction in C++14
1. Overview In this article, we will be talking about C++14 new ways to specify the return type. We will also go deeper into the problem by explaining how function […]