isArrayConstructionOrAssign

Verify if the given identifier is any of _d_array{ctor,setctor,setassign,assign_l, assign_r}.

bool
isArrayConstructionOrAssign
()

Parameters

id Identifier

the identifier to verify

Return Value

Type: bool

true if the identifier corresponds to a construction of assignement runtime hook, false otherwise.

Meta