<<< Overloading functions | Index | Resolving overloaded function calls example >>> |
Most cases are intuitive and unambiguous.
Some ambiguities can be resolved by the compiler.
If not, the call is an error and needs to be resolved by programmer.
Resolution attempts (in order):
exact match, promotion, conversion.
<<< Overloading functions | Index | Resolving overloaded function calls example >>> |