TargetCPP.parameterType

Get the type that will really be used for passing the given argument to an extern(C++) function, or null if unhandled.

struct TargetCPP
extern (C++)
parameterType

Parameters

t Type

type to be passed.

Return Value

Type: Type

Type to use for type t.

Meta