- Example

Here, we'll see an example of how decltype can be used to automatically deduce the return type of a function.

We'll cover the following...

The

...