dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
va_arg
core
stdc
stdarg
Retrieve and return the next value that is of type T.
T
va_arg
(va_list ap)
version(GNU)
@
nogc
nothrow
T
va_arg
(
T
)
(
ref
va_list
ap
)
void
va_arg
(va_list ap, T parmn)
Meta
Source
See Implementation
core
stdc
stdarg
aliases
__gnuc_va_list
va_copy
va_end
va_list
functions
va_arg
va_start
Retrieve and return the next value that is of type T.