void

void — An empty element in a function synopsis indicating that the function in question takes no arguments

Synopsis

  • empty

Description

The void element indicates explicitly that a function has no arguments.

Processing expectations

The void element produces generated text that indicates the function has no arguments (or returns nothing). The exact generated text may vary. One common result is void.

See Also

funcdef, funcparams, funcprototype, funcsynopsisinfo, function, paramdef, parameter, returnvalue, varargs

$Revision: 8627 $ / $Date: 2010-05-19 09:57:55 -0400 (Wed, 19 May 2010) $