TypeFunction.callMatch

'args' are being matched to function 'this' Determine match level.

class TypeFunction
extern (D)
MATCH
callMatch
(,,
int flag = 0
,
const(char)** pMessage = null
,
Scope* sc = null
)

Parameters

tthis
Type: Type

type of this pointer, null if not member function

args
Type: Expression[]

array of function arguments

flag
Type: int

1: performing a partial ordering match

pMessage
Type: const(char)**

address to store error message, or null

sc
Type: Scope*

context

Return Value

Type: MATCH

MATCHxxxx

Meta