Target.isCalleeDestroyingArgs

struct Target
extern (C++) @safe
bool
isCalleeDestroyingArgs

Parameters

tf TypeFunction

type of function being called

Return Value

Type: bool

true if the callee invokes destructors for arguments.

Meta