va_end
Min standard notice:
Header: <cstdarg>
The va_end macro performs cleanup for an ap object initialized by a call to va_start or va_copy. va_end may modify ap so that it is no longer usable.
# Declarations
void va_end( std::va_list ap );
# Parameters
ap: an instance of the va_list type to clean up