type_paramsize

Compute the total size of parameters for function call. Used for stdcall name mangling. Note that hidden parameters do not contribute to size.

version(COMPILE)
extern (C++) nothrow @safe @trusted
uint
type_paramsize
(
type* t
)

Parameters

t type*

function type

Return Value

Type: uint

total stack usage in bytes

Suggestion Box / Bug Report