C++20 Concepts: part 4

Gajendra Gulgulia
6 min readDec 12, 2021

In this issue of the concepts tutorial, I’ll discuss in detail about abbreviated function template syntax , constraining auto with abbreviated function template syntax , constraining deduced return type, i.e. constraining the auto return type with concepts.

1. Abbreviated function template syntax in C++20

1.1. Introduction

--

--