All Talks

Calling Functions: A Tutorial

https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/calling_functions_a_tutorial/calling_functions_a_tutorial__klaus_iglberger__cppcon_2020.pdf

How is a function call resolved? How does the compiler find the right function and how does the compiler choose from a set of available functions? This talk will give an overview of the individual steps taken during the resolution of a function call. It will primarily focus on the different kinds of name lookup, argument …

You might be interested in: