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 of this pointer, null if not member function

args Expression[]

array of function arguments

flag int

1: performing a partial ordering match

pMessage const(char)**

address to store error message, or null

sc Scope*

context

Return Value

Type: MATCH

MATCHxxxx

Suggestion Box / Bug Report