Skip to content

Files

Latest commit

caf2897 · Jan 15, 2016

History

History
3 lines (2 loc) · 367 Bytes

6.49.md

File metadata and controls

3 lines (2 loc) · 367 Bytes

A candidate function is a function with the same name as the called function and for which a declaration is visible at the point of the call.

A viable function is a candidate function with the same number of parameters as there are arguments in the call, and the type of each argument must match or be convertible to the type of its corresponding parameter.