Given an argument list A
with a set of argument types A1
, A2
, ..., AN
and two applicable function members MP
and MQ
with parameter types P1
, P2
, ..., PN
and Q1
, Q2
, ..., QN
, MP
is defined to be a better function member than MQ
if
AX
to PX
is not worse than the implicit conversion from AX
to QX
, andAX
to PX
is better than the conversion from AX
to QX
.