When arguments of a function belong to a specific namespace, C++ searches for the function in the arguments’ namespace instead of the global namespace.
When arguments of a function belong to a specific namespace, C++ searches for the function in the arguments’ namespace instead of the global namespace.