Overview
In this lesson, we'll look at an overview of what concepts are needed in C++20.
We'll cover the following
Until C++20, we have two diametral ways to think about functions or user-defined types (classes). Functions or classes can be defined on specific types or on generic types. In the second case, we call them to function or class templates.
There exist two extremes while talking about functions in C++. Let’s take a closer look at two function implementations:
Get hands-on with 1400+ tech skills courses.