HomeManualTopicsTypesSymbols

std::call

calls an external program

Parameters

cmd
the command to execute
args
the arguments list to pass to the command

Results

None

Example

call! "ls" list("-l") $status $out $err

Topic

Input-Output