HomeManualTopicsTypesSymbols

std::exec

replaces the current process with the given command

Parameters

filename
the executable image of the new process
arguments
a list of arguments to supply to the new process

Results

None

Description

This function does not return on success.

Topics

Input-Output

POSIX