Target.parameterSize

Determine the size a value of type t will be when it is passed on the function parameter stack.

struct Target
extern (C++)
ulong
parameterSize
(
const ref Loc loc
,)

Parameters

loc Loc

location to use for error messages

t Type

type of parameter

Return Value

Type: ulong

size used on parameter stack

Suggestion Box / Bug Report