Target.va_listType

Type for the va_list type for the target; e.g., required for _argptr declarations. NOTE: For Posix/x86_64 this returns the type which will really be used for passing an argument of type va_list.

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

Return Value

Type: Type

Type that represents va_list.

Suggestion Box / Bug Report