When a C++ function get called, it go through several phases in order:
There are three major categories of name lookups:
- Unqualified name lookups
- Qualified name lookups
- Argument-dependent lookup (ADL)
Created: May 30, 2023Last Modified: Mar 14, 2024
When a C++ function get called, it go through several phases in order:
There are three major categories of name lookups: